1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 04:08:55 +03: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:
nbd 2006-11-13 19:28:23 +00:00
parent bd0fc4fa6e
commit 9700c58381

View 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"