13 lines
338 B
Text
13 lines
338 B
Text
$NetBSD: patch-ag,v 1.4 1999/12/08 10:20:37 rh Exp $
|
|
|
|
--- audio-voxware.cc.orig Fri Apr 26 14:22:37 1996
|
|
+++ audio-voxware.cc Wed Dec 8 11:06:17 1999
|
|
@@ -44,6 +44,8 @@
|
|
#include <sys/uio.h>
|
|
#include <unistd.h>
|
|
#include <machine/soundcard.h>
|
|
+#elif defined(__NetBSD__)
|
|
+#include <soundcard.h>
|
|
#else
|
|
#include <sys/soundcard.h>
|
|
#endif
|