mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
18 lines
398 B
C
18 lines
398 B
C
|
|
$FreeBSD$
|
|
|
|
--- src/plugins/audio_io_oss.c 2003/07/01 12:26:28 1.1
|
|
+++ src/plugins/audio_io_oss.c 2003/07/01 12:26:41
|
|
@@ -26,9 +26,9 @@
|
|
|
|
#ifdef HAVE_OSS_LINUX
|
|
#include <linux/soundcard.h>
|
|
-#elif HAVE_OSS_SYS
|
|
+#elif defined(HAVE_OSS_SYS)
|
|
#include <sys/soundcard.h>
|
|
-#elif HAVE_OSS_MACHINE
|
|
+#elif defined(HAVE_OSS_MACHINE)
|
|
#include <machine/soundcard.h>
|
|
#else
|
|
#error BUG in OSS configuration.
|