mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 23:35:01 +02:00
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"
|