]> granicus.if.org Git - flex/commitdiff
move stdint.h include to table-serialization section; we'll still need to think about...
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 20 Sep 2002 17:17:44 +0000 (17:17 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 20 Sep 2002 17:17:44 +0000 (17:17 +0000)
flex.skl

index 9d662ec8e735b8e0b577fff9d575158916d2359f..d58307870b6a8b08106f560bd18857400a850f74 100644 (file)
--- a/flex.skl
+++ b/flex.skl
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <stdint.h>
 %pop
 
 %if-tables-serialization
+#include <stdint.h>
 #include <netinet/in.h>
 %endif
 /* end standard C headers. */