summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1994-12-03 13:44:28 +0000
committerVern Paxson <vern@ee.lbl.gov>1994-12-03 13:44:28 +0000
commit37a615576d8c19a07cca19d484a4de38ff081e12 (patch)
tree1b1df1f35e0899dcf11b31933b51536b8d8333f8 /flexdef.h
parent712392890e38a67e960b96c3b3d9bb0c57016d6a (diff)
STDC_HEADERS to check for stdlib
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index 3de9f5d..66f341f 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -61,7 +61,7 @@
#include <malloc.h>
#endif
-#if __STDC__
+#ifdef STDC_HEADERS
#include <stdlib.h>
#endif