b515cf7bd8
various compilation fixes to satisfy gcc 3.2
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
--- mixerControls.h.orig Sat Sep 7 16:59:02 2002
|
|
+++ mixerControls.h Sat Sep 7 16:59:49 2002
|
|
@@ -8,7 +8,7 @@
|
|
#include "muuz.h"
|
|
#include "muuztypes.h"
|
|
#ifdef __FreeBSD__
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#endif /* __FreeBSD__ */
|
|
|
|
|