summaryrefslogtreecommitdiff
path: root/converters/ish/patches/patch-ab
blob: 2e3f2ca40d8ece9a98f5344e729d19a3a3fd03d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1.2.2 2005/03/29 06:36:06 snj 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>