summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-11-23 16:50:32 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-11-23 16:50:32 +0000
commit7885bc3434ae1f3324ee0505bdcdfa981e034a23 (patch)
tree760a3e626fd8be8126689bf9dfb9f4e843d008f7 /flexdef.h
parentfb2b14e04318ffbd2569d33bb53c482bbe462367 (diff)
apparently on some BSD systems, we need sys/params.h; reported by millaway
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index 814a885..17a7e23 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -126,6 +126,9 @@
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
+#ifdef HAVE_SYS_PARAMS_H
+#include <sys/params.h>
+#endif
/* Special chk[] values marking the slots taking by end-of-buffer and action
* numbers.