aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h
index 1eda998..cc9135c 100644
--- a/src/project.h
+++ b/src/project.h
@@ -102,6 +102,10 @@
#include <sys/stat.h>
#endif
+#if defined (HAVE_SYS_SYSMACROS_H)
+#include <sys/sysmacros.h>
+#endif
+
#include <signal.h>
#include <fcntl.h>
#include <errno.h>