aboutsummaryrefslogtreecommitdiff
path: root/multimedia/k9copy-kde4/files/patch-libk9copy_k9dvdtitle.cpp
blob: 41821ee8cd5690f9e8ca40a9c81d1eac0d6b1df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- libk9copy/k9dvdtitle.cpp.orig      Thu Jan  5 06:16:57 2006
+++ libk9copy/k9dvdtitle.cpp   Thu Jan  5 06:17:14 2006
@@ -31,7 +31,11 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <qvaluelist.h>
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+       #include <stdint.h>
+#elif defined(HAVE_INTTYPES_H)
+       #include <inttypes.h>
+#endif


 //*******************k9DVDAudioStream**************