diff options
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.c b/sys/compat/linux/common/linux_socketcall.c index 9f3401fc7db..8cced212463 100644 --- a/sys/compat/linux/common/linux_socketcall.c +++ b/sys/compat/linux/common/linux_socketcall.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.c,v 1.38 2008/04/28 20:23:44 martin Exp $ */ +/* $NetBSD: linux_socketcall.c,v 1.39 2008/07/03 14:07:09 njoly Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.38 2008/04/28 20:23:44 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.39 2008/07/03 14:07:09 njoly Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -55,6 +55,8 @@ __KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.38 2008/04/28 20:23:44 martin #include <sys/syscallargs.h> +#include <compat/sys/socket.h> + #include <compat/linux/common/linux_types.h> #include <compat/linux/common/linux_util.h> #include <compat/linux/common/linux_signal.h> |
