aboutsummaryrefslogtreecommitdiffstats
path: root/att.getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'att.getopt.c')
-rw-r--r--att.getopt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/att.getopt.c b/att.getopt.c
index c5eeddae..df68405f 100644
--- a/att.getopt.c
+++ b/att.getopt.c
@@ -23,7 +23,11 @@
*/
/* This include is needed only to get "index" defined as "strchr" on Sys V. */
+#ifdef MSDOS
+#define index strchr
+#else
#include "defs.h"
+#endif
/*LINTLIBRARY*/
#define NULL 0