diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /ipc/util.c | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'ipc/util.c')
-rw-r--r-- | ipc/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/util.c b/ipc/util.c index 83d35f35d..3fbd14833 100644 --- a/ipc/util.c +++ b/ipc/util.c @@ -12,8 +12,7 @@ #include <linux/mm.h> #include <linux/shm.h> #include <linux/init.h> - -#include <asm/uaccess.h> +#include <linux/msg.h> #if defined(CONFIG_SYSVIPC) |