9d51806bb7
X11-based FM-7 emulator
13 lines
333 B
Text
13 lines
333 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2000/12/13 17:12:19 kei Exp $
|
|
|
|
--- xw_snd.cpp.orig Sat Aug 12 12:33:21 2000
|
|
+++ xw_snd.cpp Sat Aug 12 12:36:19 2000
|
|
@@ -24,6 +24,8 @@
|
|
#include <sys/time.h>
|
|
#ifdef __FreeBSD__
|
|
#include <machine/soundcard.h>
|
|
+#elif defined(__NetBSD__)
|
|
+#include <soundcard.h>
|
|
#else
|
|
#include <linux/soundcard.h>
|
|
#endif
|