aboutsummaryrefslogtreecommitdiff
path: root/multimedia/k9copy/files/patch-src_kburndvd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/k9copy/files/patch-src_kburndvd.cpp')
-rw-r--r--multimedia/k9copy/files/patch-src_kburndvd.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/k9copy/files/patch-src_kburndvd.cpp b/multimedia/k9copy/files/patch-src_kburndvd.cpp
new file mode 100644
index 000000000000..61de7d380e57
--- /dev/null
+++ b/multimedia/k9copy/files/patch-src_kburndvd.cpp
@@ -0,0 +1,15 @@
+--- src/kburndvd.cpp.orig Thu Jan 5 06:04:49 2006
++++ src/kburndvd.cpp Thu Jan 5 06:05:18 2006
+@@ -24,7 +24,11 @@
+ #include <qdir.h>
+ #include <kmessagebox.h>
+ #include <kprocess.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++ #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++ #include <inttypes.h>
++#endif
+ #include <kfiledialog.h>
+
+ kBurnDVD::kBurnDVD()