From 12836072a9be15cdab1fa9c60982c20da6ec1d4b Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 12 Nov 2003 02:08:11 +0000 Subject: [PATCH] is a NetBSD'ism. Protect it with #ifdef __NetBSD__ --- dist/file/src/file.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/file/src/file.h b/dist/file/src/file.h index 87e7f8462f82..a85e66cc0ed8 100644 --- a/dist/file/src/file.h +++ b/dist/file/src/file.h @@ -1,4 +1,4 @@ -/* $NetBSD: file.h,v 1.5 2003/10/27 16:22:36 pooka Exp $ */ +/* $NetBSD: file.h,v 1.6 2003/11/12 02:08:11 matt Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. @@ -40,7 +40,9 @@ #ifndef __file_h__ #define __file_h__ +#ifdef __NetBSD__ #include +#endif #ifdef HAVE_CONFIG_H #include