diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -182,9 +182,9 @@ extern void *memset_ulong(void *dest, int val, unsigned long l); #define fwrite fwrite_unlocked #endif /* HAVE_FWRITE_UNLOCKED */ -#if defined(__EMX__) || defined(__MINGW32__) +#if defined(__DJGPP__) || defined(__EMX__) || defined(__MINGW32__) #include "nonposix.h" -#endif /* defined(__EMX__) || defined(__MINGW32__) */ +#endif /* defined(__DJGPP__) || defined(__EMX__) || defined(__MINGW32__) */ /* use this as lintwarn("...") this is a hack but it gives us the right semantics */ |