diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -76,6 +76,10 @@ extern int errno; #endif +#ifdef STDC_HEADERS +#include <stdlib.h> +#endif /* not STDC_HEADERS */ + #include "mbsupport.h" /* defines MBS_SUPPORT */ #if MBS_SUPPORT @@ -131,10 +135,6 @@ typedef int off_t; #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) #endif -#ifdef STDC_HEADERS -#include <stdlib.h> -#endif /* not STDC_HEADERS */ - #include "protos.h" #ifdef HAVE_STRING_H |