From 24972c51a4fbd8a66d8ba993b7475b982c5694d9 Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 15 Jan 1998 02:23:43 +0000 Subject: [PATCH] #include a just-added scsipi header. --- sys/dev/ic/wdc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index c317db70d33d..aeb830a2a800 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc.c,v 1.13 1998/01/15 01:26:16 cgd Exp $ */ +/* $NetBSD: wdc.c,v 1.14 1998/01/15 02:23:43 cgd Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -71,9 +71,7 @@ #if NATAPIBUS > 0 #include -#ifdef notyet #include -#endif #include #endif