11 lines
270 B
Text
11 lines
270 B
Text
--- sound.c.orig Sat Sep 7 17:50:13 2002
|
|
+++ sound.c Sat Sep 7 17:50:35 2002
|
|
@@ -110,7 +110,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/wait.h>
|
|
#ifdef __FreeBSD__
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#else
|
|
#include <linux/soundcard.h>
|
|
#endif
|