mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 00:24:40 +02:00
91a35b1ce8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23914 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"
|