summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-20 09:41:06 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-20 09:41:06 +0000
commit2e3e9d6be023d053e564debd794cf50ce3e02e9b (patch)
tree8d07deada4a485a8b98cd8cab492dc48532ceb55 /flexdef.h
parenta4a405374e3154d43b2f3e4db916ce439a7b87fb (diff)
Added <stdlib.h>
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index be09463..30003ec 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -37,6 +37,10 @@
#include <strings.h>
#endif
+#if __STDC__
+#include <stdlib.h>
+#endif
+
/* Always be prepared to generate an 8-bit scanner. */
#define CSIZE 256
#define Char unsigned char