freebsd-ports/misc/muuz/files/patch-ae
Kris Kennaway b515cf7bd8 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and
various compilation fixes to satisfy gcc 3.2
2002-09-08 01:11:35 +00:00

11 lines
320 B
Text

--- mixerControls.c.orig Sat Sep 7 16:58:58 2002
+++ mixerControls.c Sat Sep 7 16:59:43 2002
@@ -11,7 +11,7 @@
#include "mixerControls.h"
#include "muuztypes.h"
#ifdef __FreeBSD__
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif /* __FreeBSD__ */
#include "copyright.h"
#include "errMessage.h"