Move sys/mman.h into have.h
[tinc] / src / have.h
index 96e35fd..d1dd91d 100644 (file)
 #include <sys/file.h>
 #endif
 
+#ifdef HAVE_SYS_MMAN_H
+#include <sys/mman.h>
+#endif
+
 #ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
 #endif