summaryrefslogtreecommitdiffstats
path: root/osdep/mmap_anon.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mmap_anon.c')
-rw-r--r--osdep/mmap_anon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/mmap_anon.c b/osdep/mmap_anon.c
index 8bd7f308c7..89dcda8b88 100644
--- a/osdep/mmap_anon.c
+++ b/osdep/mmap_anon.c
@@ -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