mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
12 lines
339 B
C
12 lines
339 B
C
--- lib-src/portmixer/px_unix_oss/px_unix_oss.c.orig Tue Dec 2 20:06:55 2003
|
|
+++ lib-src/portmixer/px_unix_oss/px_unix_oss.c Tue Dec 2 20:07:09 2003
|
|
@@ -37,6 +37,8 @@
|
|
|
|
#ifdef __linux__
|
|
#include <linux/soundcard.h>
|
|
+#elif defined(__FreeBSD__)
|
|
+#include <sys/soundcard.h>
|
|
#else
|
|
#include <machine/soundcard.h> /* JH20010905 */
|
|
#endif
|