summaryrefslogtreecommitdiff
path: root/extra/bin86/bin86-0.16.19-inttypes.patch
blob: 0ab0bb97e6b7a7003482404060d8150582044b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- bin86-0.16.19.orig/ld/x86_aout.h	2012-07-30 03:17:06.000000000 -0500
+++ bin86-0.16.19/ld/x86_aout.h	2013-05-01 18:18:59.553588866 -0500
@@ -19,7 +19,9 @@
 typedef int32_t Long;
 #define __OUT_OK 1
 #else
-typedef char Long[4];
+#define __OUT_OK 1
+#include <inttypes.h>
+typedef int32_t Long;
 #endif
 #endif