mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-12 18:53:09 +02:00
9700c58381
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5523 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
358 B
Diff
11 lines
358 B
Diff
--- 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"
|