summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index b4af0c220..3abf2851d 100644
--- a/includes.h
+++ b/includes.h
@@ -86,6 +86,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
86# include <sys/poll.h> 86# include <sys/poll.h>
87# endif 87# endif
88#endif 88#endif
89#ifdef HAVE_SYS_SYSMACROS_H
90# include <sys/sysmacros.h>
91#endif
89 92
90#include "version.h" 93#include "version.h"
91 94