mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:13:02 +02:00
add missing uml include (patch from #955)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5523 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bd0fc4fa6e
commit
9700c58381
10
target/linux/uml-2.6/patches/03-missing_include.patch
Normal file
10
target/linux/uml-2.6/patches/03-missing_include.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- linux-2.6.17.orig/arch/um/os-Linux/skas/process.c 2006-06-18 02:49:35.000000000 +0100
|
||||||
|
+++ linux-2.6.17/arch/um/os-Linux/skas/process.c 2006-11-13 15:34:43.087105285 +0000
|
||||||
|
@@ -16,6 +16,7 @@
|
||||||
|
#include <sys/user.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
+#include <asm/page.h>
|
||||||
|
#include <asm/types.h>
|
||||||
|
#include "user.h"
|
||||||
|
#include "sysdep/ptrace.h"
|
Loading…
Reference in New Issue
Block a user