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 497a038b2..0fd71792e 100644
--- a/includes.h
+++ b/includes.h
@@ -93,6 +93,9 @@
93#ifdef HAVE_SYS_SYSMACROS_H 93#ifdef HAVE_SYS_SYSMACROS_H
94# include <sys/sysmacros.h> /* For MIN, MAX, etc */ 94# include <sys/sysmacros.h> /* For MIN, MAX, etc */
95#endif 95#endif
96#ifdef HAVE_SYS_TIME_H
97# include <sys/time.h> /* for timespeccmp if present */
98#endif
96#ifdef HAVE_SYS_MMAN_H 99#ifdef HAVE_SYS_MMAN_H
97#include <sys/mman.h> /* for MAP_ANONYMOUS */ 100#include <sys/mman.h> /* for MAP_ANONYMOUS */
98#endif 101#endif