summaryrefslogtreecommitdiff
path: root/emulators/DatLib/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/DatLib/patches/patch-ab')
-rw-r--r--emulators/DatLib/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/DatLib/patches/patch-ab b/emulators/DatLib/patches/patch-ab
new file mode 100644
index 00000000000..85deae47fc1
--- /dev/null
+++ b/emulators/DatLib/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/11/08 16:56:46 tv Exp $
+
+--- src/token.h.orig 2005-03-08 22:22:26.000000000 -0500
++++ src/token.h
+@@ -7,7 +7,9 @@
+ /* --- Standard includes --- */
+
+ #include <string.h>
++#ifndef __INTERIX
+ #include <stdint.h>
++#endif
+
+
+ /* --- Token structure (the description field is used by the directory scan and for debugging output) --- */