aboutsummaryrefslogtreecommitdiff
path: root/multimedia/k9copy-kde4/files/patch-libk9copy_k9cellcopylist.h
blob: cae5c3a1ac229f9d9eb40896a4c2d9cf4696e012 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- libk9copy/k9cellcopylist.h.orig    Thu Jan  5 06:10:57 2006
+++ libk9copy/k9cellcopylist.h Thu Jan  5 06:11:13 2006
@@ -24,7 +24,11 @@
 #include "k9dvd.h"
 #include "k9cell.h"
 #include <dvdread/ifo_types.h>
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+       #include <stdint.h>
+#elif defined(HAVE_INTTYPES_H)
+       #include <inttypes.h>
+#endif

 class k9CellCopyVTS {
 private: