diff options
Diffstat (limited to 'att.getopt.c')
-rw-r--r-- | att.getopt.c | 4 |
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 |