blob: adcacf3355356e0f62f127edae3f8fb960466909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.1 2002/06/16 18:12:59 wiz Exp $
--- ogle/msgevents.h.orig Sun Jun 9 21:05:50 2002
+++ ogle/msgevents.h Thu Jun 13 13:58:23 2002
@@ -25,7 +25,7 @@
#include <ogle/dvd.h>
#include <ogle/dvdevents.h>
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#if (defined(__unix__) || defined(unix) || defined(__NetBSD__)) && !defined(USG)
#include <sys/param.h>
#endif
|