mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
$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
|