mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
11 lines
239 B
Text
11 lines
239 B
Text
--- snd_unix.c.orig Wed Oct 23 20:11:53 2002
|
|
+++ snd_unix.c Wed Oct 23 20:12:07 2002
|
|
@@ -23,7 +23,7 @@
|
|
#endif
|
|
|
|
#ifdef SYSTEM_FREEBSD
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#define SOUND_DEVICE "/dev/dsp"
|
|
#endif
|
|
|