summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-08-19 21:56:33 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-08-19 21:56:33 +0000
commit774ecb4b10cf9e153749760bfb0c4040bf7726c2 (patch)
tree0b1e60210202bd606563a4135b32d888b8ae0119 /flexdef.h
parent2a7f56b7840b41764b739e2885fab90f9ef02346 (diff)
More work on tables serialization.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index a8a8ea9..8bfff42 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -35,6 +35,7 @@
#define FLEXDEF_H 1
#include <stdio.h>
+#include <stdint.h>
#include <ctype.h>
#include <limits.h>
#include <setjmp.h>
@@ -134,6 +135,9 @@
#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.
@@ -1088,4 +1092,7 @@ extern jmp_buf flex_main_jmp_buf;
/* Removes all \n and \r chars from tail of str. returns str. */
extern char* chomp(char* str);
+/* Tables serialization API declarations. */
+#include "tables_shared.h"
+
#endif /* not defined FLEXDEF_H */