blob: 4bf04b6926cc3ab07cc58b12958d6ca2bfe81b7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2002/10/13 04:42:13 hubertf Exp $
--- src/plugbase.h.orig Thu Jun 27 00:40:44 2002
+++ src/plugbase.h
@@ -46,7 +46,7 @@
#undef Free
#endif
-#if defined(SOLARIS) || defined(FREEBSD) || defined(OPENBSD)
+#if defined(SOLARIS) || defined(FREEBSD) || defined(OPENBSD) || defined(NETBSD)
#include <sys/param.h>
#endif
|