freebsd-ports/audio/asmixer/files/patch-asmixer.c
Edwin Groothuis 3770ae0586 [NEW PORT} audio/asmixer Another mixer for afterstep
This is another mixer for the afterstep window manager. It
	is different from asmix(1).

PR:		ports/46708
Submitted by:	Mike Makonnen <mtm@identd.net>
2003-08-31 22:25:47 +00:00

13 lines
258 B
C

--- asmixer.c.orig Sun Aug 31 15:23:26 2003
+++ asmixer.c Sun Aug 31 15:24:45 2003
@@ -31,8 +31,8 @@
#include <unistd.h>
#ifdef __FreeBSD__
-#include <sys/syslimits.h>
#include <sys/param.h>
+#include <sys/soundcard.h>
#endif
#include <sys/mount.h>