Use the right #ifdef test for sys/mman.h.

Based on patch by Travis Vitek.


git-svn-id: https://snappy.googlecode.com/svn/trunk@47 03e5f5b5-db94-4691-08a0-1a8bf15f6143
This commit is contained in:
snappy.mirrorbot@gmail.com
2011-08-10 18:44:16 +00:00
parent 41c827a2fa
commit f1063a5dc4

View File

@@ -42,7 +42,7 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_MMAN
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif