diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-08-14 01:27:43 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-08-14 01:27:43 +0000 |
| commit | 88b8e43a80ceb526a57d200b7e08df604247ca77 (patch) | |
| tree | 12367295764af9879bc02e214d155a6744960185 /sys/compat/linux/common/linux_socket.c | |
| parent | 9440382c88641685e106c48f69fc8fb9f97c8e7c (diff) | |
Rearrange #includes.
Diffstat (limited to 'sys/compat/linux/common/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_socket.c b/sys/compat/linux/common/linux_socket.c index 7616ca633cb..b4b7f0fb6e7 100644 --- a/sys/compat/linux/common/linux_socket.c +++ b/sys/compat/linux/common/linux_socket.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.c,v 1.9 1995/06/24 20:20:33 christos Exp $ */ +/* $NetBSD: linux_socket.c,v 1.10 1995/08/14 01:27:55 mycroft Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -55,6 +55,7 @@ #include <compat/linux/linux_types.h> #include <compat/linux/linux_util.h> +#include <compat/linux/linux_signal.h> #include <compat/linux/linux_syscallargs.h> #include <compat/linux/linux_ioctl.h> #include <compat/linux/linux_socket.h> |
