From f1063a5dc43891eed37f0586bfea57b84dddd756 Mon Sep 17 00:00:00 2001 From: "snappy.mirrorbot@gmail.com" Date: Wed, 10 Aug 2011 18:44:16 +0000 Subject: [PATCH] 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 --- snappy-stubs-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappy-stubs-internal.h b/snappy-stubs-internal.h index 46ee235..cc51e26 100644 --- a/snappy-stubs-internal.h +++ b/snappy-stubs-internal.h @@ -42,7 +42,7 @@ #include #include -#ifdef HAVE_SYS_MMAN +#ifdef HAVE_SYS_MMAN_H #include #endif