From 663b29bb4a7586276edcee8c9ab6cabd91858c86 Mon Sep 17 00:00:00 2001 From: dogcow Date: Thu, 9 Feb 2006 23:27:08 +0000 Subject: [PATCH] make linux emulation compile on i386 again. --- sys/compat/linux/common/linux_ipc.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/compat/linux/common/linux_ipc.c b/sys/compat/linux/common/linux_ipc.c index 96307d487ef7..e8a3a19b0aac 100644 --- a/sys/compat/linux/common/linux_ipc.c +++ b/sys/compat/linux/common/linux_ipc.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_ipc.c,v 1.33 2006/02/09 19:18:56 manu Exp $ */ +/* $NetBSD: linux_ipc.c,v 1.34 2006/02/09 23:27:08 dogcow Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.33 2006/02/09 19:18:56 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.34 2006/02/09 23:27:08 dogcow Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" @@ -61,11 +61,12 @@ __KERNEL_RCSID(0, "$NetBSD: linux_ipc.c,v 1.33 2006/02/09 19:18:56 manu Exp $"); #include #include #include -#include #include #include +#include + /* * Note: Not all linux architechtures have explicit versions * of the SYSV* syscalls. On the ones that don't