summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/patches/patch-ab')
-rw-r--r--emulators/wine/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab
new file mode 100644
index 00000000000..98304aaadf8
--- /dev/null
+++ b/emulators/wine/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.8 2002/04/05 11:45:24 hubertf Exp $
+
+--- library/port.c.orig Mon Jan 7 22:00:28 2002
++++ library/port.c
+@@ -38,6 +38,10 @@
+ # include <stdint.h>
+ #endif
+
++#ifdef __NetBSD__
++#include <sys/inttypes.h>
++#endif
++
+ /***********************************************************************
+ * usleep
+ */