blob: fb5b167728c262a9eeb7f9e2f5a8b4c1f9883752 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- snd_unix.c.orig 2000-10-30 22:18:27 UTC
+++ snd_unix.c
@@ -23,7 +23,7 @@
#endif
#ifdef SYSTEM_FREEBSD
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#define SOUND_DEVICE "/dev/dsp"
#endif
|