freebsd-ports/audio/mixmos/files/patch-src::mixer.h
Pav Lucistnik 53367e57a9 Add mixmos, a nice GTK2 mixer.
Note: works only on FreeBSD 5.2 and newer

http://clay.ll.pl/mixmos.html

PR:		ports/69531
Submitted by:	Herbert J. Skuhra <herbert.skuhra@gmx.at>
2004-07-25 18:28:43 +00:00

11 lines
295 B
C

--- src/mixer.h.orig Sat Jul 24 13:16:52 2004
+++ src/mixer.h Sat Jul 24 13:17:30 2004
@@ -23,7 +23,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <stdio.h>