summaryrefslogtreecommitdiff
path: root/debian/patches/0145-int64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0145-int64.patch')
-rw-r--r--debian/patches/0145-int64.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/0145-int64.patch b/debian/patches/0145-int64.patch
new file mode 100644
index 0000000..127b20f
--- /dev/null
+++ b/debian/patches/0145-int64.patch
@@ -0,0 +1,14 @@
+Index: trunk/src/include/xbase.h
+===================================================================
+--- trunk.orig/src/include/xbase.h
++++ trunk/src/include/xbase.h
+@@ -20,6 +20,9 @@ Email Contact:
+ #include <time.h>
+ #include <math.h>
+
++typedef long long __int64;
++typedef int int __int32;
++
+ #ifdef HAVE_INTTYPES_H
+ #include <inttypes.h>
+ #endif