aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-12-08 21:20:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-12-08 21:20:11 +0200
commitc5da922b0486462028584e4568d6e00d1a4f2783 (patch)
treede1d17b273449e5aa03dcbf79d53edbc0bc3b157 /awk.h
parent69239a8fd65ad7f55cc2d567c933a800d5d10fac (diff)
parentd586094c7c4a9a412a7633a32d2b92a8e1cfea1c (diff)
downloadegawk-c5da922b0486462028584e4568d6e00d1a4f2783.tar.gz
egawk-c5da922b0486462028584e4568d6e00d1a4f2783.tar.bz2
egawk-c5da922b0486462028584e4568d6e00d1a4f2783.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/awk.h b/awk.h
index 2bb325b6..a430111f 100644
--- a/awk.h
+++ b/awk.h
@@ -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