summaryrefslogtreecommitdiffstats
path: root/sysif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.c')
-rw-r--r--sysif.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysif.c b/sysif.c
index 8111d4f5..1020f075 100644
--- a/sysif.c
+++ b/sysif.c
@@ -53,6 +53,9 @@
#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+#if HAVE_SYS_SYSMACROS_H
+#include <sys/sysmacros.h>
+#endif
#if HAVE_POLL
#include <poll.h>
#endif