fix build failure when targetting ramdisk
SVN-Revision: 23914
This commit is contained in:
parent
1e671ef49c
commit
c991aafef0
1 changed files with 10 additions and 0 deletions
10
target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch
Normal file
10
target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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"
|
Loading…
Reference in a new issue