14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
$NetBSD: patch-ak,v 1.2 2005/12/15 02:56:58 dogcow Exp $
|
|
|
|
--- src/Unix/audio_oss_esd.cpp.orig 2005-11-17 14:30:41.000000000 +0000
|
|
+++ src/Unix/audio_oss_esd.cpp
|
|
@@ -30,7 +30,7 @@
|
|
#include <linux/soundcard.h>
|
|
#endif
|
|
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
#include <sys/soundcard.h>
|
|
#endif
|
|
|