You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
226 B
11 lines
226 B
14 years ago
|
--- a/arch/um/os-Linux/mem.c
|
||
|
+++ b/arch/um/os-Linux/mem.c
|
||
|
@@ -10,6 +10,7 @@
|
||
|
#include <errno.h>
|
||
|
#include <fcntl.h>
|
||
|
#include <string.h>
|
||
|
+#include <sys/stat.h>
|
||
|
#include <sys/mman.h>
|
||
|
#include <sys/param.h>
|
||
|
#include "init.h"
|