summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2015-12-12 11:03:05 -0500
committerWill Estes <westes575@gmail.com>2015-12-12 11:03:05 -0500
commitc34590c4bf067d4e749e5298a8ce9f90072d6332 (patch)
tree546dfeb9e4324d180271a15e91369eba5d9f8140 /src/flexdef.h
parentf863c9490e6912ffcaeb12965fb3a567a10745ff (diff)
Made search for m4 more explicit.
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 9c6baec..3aa63df 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -66,6 +66,9 @@
#ifdef HAVE_SYS_PARAMS_H
#include <sys/params.h>
#endif
+#ifdef HAVE_SYS_STAT_H
+#include <sys/stat.h>
+#endif
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif