blob: 38b480fdfd942e442d027d69e0ae11fb27596459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.2 2003/04/10 10:18:03 wiz Exp $
--- ogle/dvdcontrol.c.orig Sun Mar 2 16:58:15 2003
+++ ogle/dvdcontrol.c
@@ -29,7 +29,7 @@
#include "dvdbookmarks.h"
#include "dvdcontrol.h"
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#if (defined(__unix__) || defined(unix) || defined(__NetBSD__)) && !defined(USG)
#include <sys/param.h>
#endif
|