diff options
| author | 2009-02-19 19:04:34 +0000 | |
|---|---|---|
| committer | 2009-02-19 19:04:34 +0000 | |
| commit | 7d18b8151257328ec15ced9cbf4c71f70affa137 (patch) | |
| tree | 2e6babd2f7b8e2ce2c9583a2961661e80ca75a60 /sys/compat/linux/linux_socket.c | |
| parent | no vme(4); ok miod (diff) | |
| download | wireguard-openbsd-7d18b8151257328ec15ced9cbf4c71f70affa137.tar.xz wireguard-openbsd-7d18b8151257328ec15ced9cbf4c71f70affa137.zip | |
sys/types.h or sys/param.h MUST BE FIRST
Diffstat (limited to 'sys/compat/linux/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/linux_socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index f42ff5f55a9..0bb32291d9d 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_socket.c,v 1.37 2008/06/10 16:40:49 matthieu Exp $ */ +/* $OpenBSD: linux_socket.c,v 1.38 2009/02/19 19:04:34 deraadt Exp $ */ /* $NetBSD: linux_socket.c,v 1.14 1996/04/05 00:01:50 christos Exp $ */ /* @@ -32,8 +32,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/domain.h> #include <sys/param.h> +#include <sys/domain.h> #include <sys/kernel.h> #include <sys/systm.h> #include <sys/buf.h> |
