blob: b25b42b9748eedff7e8a6ef2268e3970d74f3073 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gmix/prefs.c.orig Tue May 7 00:52:42 2002
+++ gmix/prefs.c Tue May 7 00:52:54 2002
@@ -38,7 +38,7 @@
#ifdef HAVE_LINUX_SOUNDCARD_H
#include <linux/soundcard.h>
#else
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif
#endif
|