summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-10-08 15:32:04 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-10-08 15:32:04 +0000
commitfbbc339e0e787369d5c34e1df9483d79a42bffbe (patch)
treeeabb0ac31509e0464aab8da8d8424d2a518a551f /flexdef.h
parent851c37215857501d46740ed5921e225bdf7a7229 (diff)
current swipe at header magic; int types be damned
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/flexdef.h b/flexdef.h
index f5e40fb..3dab6c4 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -1,3 +1,4 @@
+
/* flexdef - definitions file for flex */
/* Copyright (c) 1990 The Regents of the University of California. */
@@ -51,7 +52,9 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@@ -125,10 +128,6 @@
#define unspecified -1
-#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-
/* Special chk[] values marking the slots taking by end-of-buffer and action
* numbers.
*/