1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/wmsmixer/files/patch-mixctl.h
2002-04-25 12:24:32 +00:00

12 lines
267 B
C

--- mixctl.h.orig Tue Mar 6 07:39:43 2001
+++ mixctl.h Thu Apr 25 21:19:40 2002
@@ -19,7 +19,7 @@
#include <soundcard.h>
#endif
#ifdef __FreeBSD__
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif
#ifdef __linux__
#include <linux/soundcard.h>