diff osdep/mmap_anon.c @ 21489:969de5b130ae

fix include clash for mmap_anon on darwin ppc
author nplourde
date Tue, 05 Dec 2006 00:01:19 +0000
parents f2ddea0632d4
children 936209c39ed1
line wrap: on
line diff
--- a/osdep/mmap_anon.c	Mon Dec 04 23:56:03 2006 +0000
+++ b/osdep/mmap_anon.c	Tue Dec 05 00:01:19 2006 +0000
@@ -5,10 +5,10 @@
 #include "config.h"
 #ifdef HAVE_SYS_MMAN_H
 
-#include <sys/mman.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <sys/mman.h>
 
 #if defined(MAP_ANON) && !defined(MAP_ANONYMOUS)
 #define MAP_ANONYMOUS MAP_ANON