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

* mem.c [LINUX]: <asm/mman.h> -> <linux/mman.h>
This commit is contained in:
Roland McGrath 2004-03-02 06:16:59 +00:00
parent 8f30c1d6b4
commit 05cdd3c6a5

2
mem.c
View File

@ -35,7 +35,7 @@
#include "defs.h"
#ifdef LINUX
#include <linux/mman.h>
#include <asm/mman.h>
#endif
#include <sys/mman.h>