diff loader/module.c @ 33412:2a2e9b6551d8

configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition. FFmpeg/Libav uses it as a 0/1 definition, so adapt MPlayer to do the same.
author diego
date Tue, 24 May 2011 19:51:38 +0000
parents 68574c0269e4
children c78784f20d0b
line wrap: on
line diff
--- a/loader/module.c	Tue May 24 19:47:07 2011 +0000
+++ b/loader/module.c	Tue May 24 19:51:38 2011 +0000
@@ -26,7 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#ifdef HAVE_SYS_MMAN_H
+#if HAVE_SYS_MMAN_H
 #include <sys/mman.h>
 #endif
 #include <inttypes.h>