2004-03-01  Roland McGrath  <roland@redhat.com>

	* mem.c [LINUX]: <asm/mman.h> -> <linux/mman.h>
diff --git a/mem.c b/mem.c
index 7e8f9ba..5ac9f1d 100644
--- 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>