blob: a82642b6b9376e082d8d7b5004785d8e6467bc57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.2 2003/04/10 10:18:04 wiz Exp $
--- ogle/msgevents.c.orig Sun Mar 2 17:00:02 2003
+++ ogle/msgevents.c
@@ -28,7 +28,7 @@
#include "dvdevents.h"
#include "msgevents.h"
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#if (defined(__unix__) || defined(unix) || defined(__NetBSD__)) && !defined(USG)
#include <sys/param.h>
#endif
|