3770ae0586
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>
13 lines
258 B
C
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>
|