68c4325c57
This is an audio mixer that can run within the Window Maker "Dock" or Aftersteps Wharf. ok naddy@
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
$OpenBSD: patch-mixctl_h,v 1.1.1.1 2001/02/06 11:54:55 wilfried Exp $
|
|
--- mixctl.h.orig Sat Sep 5 17:11:33 1998
|
|
+++ mixctl.h Mon Feb 5 19:08:10 2001
|
|
@@ -21,6 +21,9 @@
|
|
#ifdef __FreeBSD__
|
|
#include <machine/soundcard.h>
|
|
#endif
|
|
+#ifdef __OpenBSD__
|
|
+#include <soundcard.h>
|
|
+#endif
|
|
#ifdef __linux__
|
|
#include <linux/soundcard.h>
|
|
#endif
|