]> granicus.if.org Git - strace/commitdiff
2004-03-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 2 Mar 2004 06:16:59 +0000 (06:16 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 2 Mar 2004 06:16:59 +0000 (06:16 +0000)
* mem.c [LINUX]: <asm/mman.h> -> <linux/mman.h>

mem.c

diff --git a/mem.c b/mem.c
index 7e8f9bacb576664267edad6eb8bbf2de17863721..5ac9f1dd0bb587388920ec51e9ce7b573842ece8 100644 (file)
--- a/mem.c
+++ b/mem.c
@@ -35,7 +35,7 @@
 #include "defs.h"
 
 #ifdef LINUX
-#include <linux/mman.h>
+#include <asm/mman.h>
 #endif
 #include <sys/mman.h>