Commit de5ef99a authored by Jeff Dike's avatar Jeff Dike

Added a couple of includes as part of the 2.5.50 update.

parent f2f4e06d
......@@ -8,6 +8,7 @@
#include "linux/string.h"
#include "linux/sched.h"
#include "linux/err.h"
#include "asm/processor.h"
#include "asm/pgtable.h"
#include "asm/errno.h"
......
......@@ -9,6 +9,7 @@
#include "asm/unistd.h"
#include "asm/ptrace.h"
#include "asm/uaccess.h"
#include "asm/stat.h"
#include "sysdep/syscalls.h"
#include "kern_util.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment