From 14967e352260ec04ed8a85d2dddc01944f3af77e Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 3 Feb 1998 04:51:29 +0000 Subject: [PATCH] change #ifdef around include to fix compiler warning --- common/loop-bsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/loop-bsd.c b/common/loop-bsd.c index 2f60df0..63150f5 100644 --- a/common/loop-bsd.c +++ b/common/loop-bsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: loop-bsd.c,v 1.3 1997/10/16 23:24:42 lukem Exp $ */ +/* $NetBSD: loop-bsd.c,v 1.4 1998/02/03 04:51:29 perry Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -31,13 +31,13 @@ #include #ifndef lint -__RCSID("$NetBSD: loop-bsd.c,v 1.3 1997/10/16 23:24:42 lukem Exp $"); +__RCSID("$NetBSD: loop-bsd.c,v 1.4 1998/02/03 04:51:29 perry Exp $"); #endif #include #include #include -#if defined(__bsdi__) || defined(__FreeBSD__) +#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__) #include #endif #include