summaryrefslogtreecommitdiff
path: root/converters/ish/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'converters/ish/patches/patch-ab')
-rw-r--r--converters/ish/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/converters/ish/patches/patch-ab b/converters/ish/patches/patch-ab
new file mode 100644
index 00000000000..33c5618aa0a
--- /dev/null
+++ b/converters/ish/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/03/24 16:14:03 minskim Exp $
+
+--- decode.c.orig 1990-08-05 06:04:08.000000000 -0500
++++ decode.c
+@@ -16,6 +16,9 @@
+ #include <time.h>
+ #define index strchr
+ #else
++#ifdef __linux__
++#include <time.h>
++#endif
+ #ifdef __TURBOC__
+ #include <time.h>
+ #include <io.h>