blob: 50665afebbb2e07eef34c183164280c213217d61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2001/05/30 14:30:48 agc Exp $
--- src/audiodev_sun.h.orig Mon Apr 23 05:56:47 2001
+++ src/audiodev_sun.h Mon Apr 23 05:57:04 2001
@@ -32,6 +32,8 @@
#include <sun/audioio.h>
#endif
+#include <sys/types.h>
+
#if (defined(sun) && defined(__SVR4)) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/audioio.h>
#endif
|