mirror of https://github.com/hak5/openwrt.git
11 lines
226 B
Diff
11 lines
226 B
Diff
|
--- 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"
|