diff options
| author | erh <erh@NetBSD.org> | 1998-12-08 21:02:18 +0000 |
|---|---|---|
| committer | erh <erh@NetBSD.org> | 1998-12-08 21:02:18 +0000 |
| commit | f7373c1eba331d54eb589fc766af4d2ed09d4eab (patch) | |
| tree | 46c67b00f387b936f7f7fa1a5103bcf42219854c /sys/compat/linux/arch/alpha/linux_sysent.c | |
| parent | cdc6431c25b602e2e3d00542d024adc486ab4b02 (diff) | |
Add mmap header.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_sysent.c')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_sysent.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 4f26a975731..6c00c5ffd3b 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysent.c,v 1.5 1998/10/19 22:25:55 tron Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.6 1998/12/08 21:02:18 erh Exp $ */ /* * System call switch table. @@ -20,6 +20,7 @@ #include <compat/linux/common/linux_msg.h> #include <compat/linux/common/linux_sem.h> #include <compat/linux/common/linux_shm.h> +#include <compat/linux/common/linux_mmap.h> #include <compat/linux/linux_syscallargs.h> #define s(type) sizeof(type) |
