13 lines
425 B
Text
13 lines
425 B
Text
$NetBSD: patch-an,v 1.1 2006/01/03 15:03:02 joerg Exp $
|
|
|
|
--- voxware.h.orig 2006-01-03 14:46:08.000000000 +0000
|
|
+++ voxware.h
|
|
@@ -32,7 +32,7 @@
|
|
|
|
#if defined(__FreeBSD__)
|
|
# include <machine/soundcard.h>
|
|
-#elif defined(linux) || defined(__bsdi__)
|
|
+#elif defined(linux) || defined(__bsdi__) || defined(__DragonFly__)
|
|
# include <sys/soundcard.h>
|
|
#elif defined(__NetBSD__) || defined(__OpenBSD__)
|
|
# include <soundcard.h>
|