From df018c387bcfea54de62ef1a329730ea49c09560 Mon Sep 17 00:00:00 2001 From: chs Date: Fri, 4 Nov 2005 17:00:43 +0000 Subject: [PATCH] make this compile on m68k by including sys/device.h explicitly. on other platforms it's apparently included implicitly, probably through cpu.h. --- sys/compat/linux/common/linux_sg.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/compat/linux/common/linux_sg.c b/sys/compat/linux/common/linux_sg.c index 81a4bc64edb8..5b70d3e15b58 100644 --- a/sys/compat/linux/common/linux_sg.c +++ b/sys/compat/linux/common/linux_sg.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sg.c,v 1.5 2005/02/26 23:10:19 perry Exp $ */ +/* $NetBSD: linux_sg.c,v 1.6 2005/11/04 17:00:43 chs Exp $ */ /* * Copyright (c) 2004 Soren S. Jorvang. All rights reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sg.c,v 1.5 2005/02/26 23:10:19 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sg.c,v 1.6 2005/11/04 17:00:43 chs Exp $"); #include #include @@ -35,6 +35,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sg.c,v 1.5 2005/02/26 23:10:19 perry Exp $"); #include #include #include +#include #include #include