summaryrefslogtreecommitdiff
path: root/debian/patches/0145-int64.patch
blob: 127b20f7927cdc5f9ae50b3e879b429e06af68f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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