1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-25 22:10:44 +03:00
openwrt-xburst/target/linux/uml-2.6/patches/03-missing_include.patch

11 lines
358 B
Diff
Raw Normal View History

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