summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-12-17 01:04:38 +0000
committerAndrew Tridgell <tridge@samba.org>1998-12-17 01:04:38 +0000
commitd973a107a2edac5ee2874eb6fdc005b9d32be379 (patch)
tree214bd055e2bdffd0c11478c551953f344ba98605 /source3/include/includes.h
parentdc003d8d408b87eecba9044d2d8732a3604827bf (diff)
downloadsamba-d973a107a2edac5ee2874eb6fdc005b9d32be379.tar.gz
samba-d973a107a2edac5ee2874eb6fdc005b9d32be379.tar.bz2
samba-d973a107a2edac5ee2874eb6fdc005b9d32be379.zip
and in head branch:
make sure we include sys/mman.h if available (This used to be commit ccf644388732287da01a943ea826187b5394ebc6)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index a70de0b3a9..74aabc0b1f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -223,7 +223,7 @@
# endif
#endif
-#ifdef HAVE_SHARED_MMAP
+#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif