From c399d8f8226bba46d34b8672ca50722605f95e37 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 6 Dec 2011 21:39:57 +0200 Subject: MBS support tweaks for DJGPP and z/OS. --- awk.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 0c954723..a267d2ee 100644 --- a/awk.h +++ b/awk.h @@ -76,6 +76,10 @@ extern int errno; #endif +#ifdef STDC_HEADERS +#include +#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 -#endif /* not STDC_HEADERS */ - #include "protos.h" #ifdef HAVE_STRING_H -- cgit v1.2.3