diff loader/module.c @ 26105:c99d53b76ee5

Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
author diego
date Sat, 01 Mar 2008 10:31:51 +0000
parents b70f5ac9c001
children 0b21ffa03b9c
line wrap: on
line diff
--- a/loader/module.c	Sat Mar 01 10:16:43 2008 +0000
+++ b/loader/module.c	Sat Mar 01 10:31:51 2008 +0000
@@ -26,7 +26,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
+#endif
 #include <inttypes.h>
 
 #include "wine/windef.h"