diff osdep/mmap_anon.c @ 30554:321e9ea69b9f

#include corresponding .h files in .c files. This ensures that function declarations in both files always match.
author diego
date Tue, 16 Feb 2010 15:03:03 +0000
parents 0f1b5b68af32
children 08a90b0e44e1
line wrap: on
line diff
--- a/osdep/mmap_anon.c	Tue Feb 16 14:52:59 2010 +0000
+++ b/osdep/mmap_anon.c	Tue Feb 16 15:03:03 2010 +0000
@@ -27,6 +27,8 @@
 #include <fcntl.h>
 #include <sys/mman.h>
 
+#include "mmap_anon.h"
+
 #if defined(MAP_ANON) && !defined(MAP_ANONYMOUS)
 #define MAP_ANONYMOUS MAP_ANON
 #endif