projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git]
/
target
/
linux
/
uml
/
patches-2.6.32
/
007-uml_missing_stat_h.patch
1
--- a/arch/um/os-Linux/mem.c
2
+++ b/arch/um/os-Linux/mem.c
3
@@ -10,6 +10,7 @@
4
#include <errno.h>
5
#include <fcntl.h>
6
#include <string.h>
7
+#include <sys/stat.h>
8
#include <sys/mman.h>
9
#include <sys/param.h>
10
#include "init.h"
This page took
0.04052 seconds
and
5
git commands to generate.