openbsd-ports/audio/wmix/patches/patch-mixer-oss_c
wilfried e0d30fe4c8 Import of wmix-3.0, from Han Boetes <han@mijncomputer.nl>
This is an audio mixer that can run within the Window Maker "Dock"
or Aftersteps Wharf.
2002-01-24 13:47:13 +00:00

13 lines
353 B
Plaintext

$OpenBSD: patch-mixer-oss_c,v 1.1.1.1 2002/01/24 13:47:13 wilfried Exp $
--- mixer-oss.c.orig Fri May 25 12:00:16 2001
+++ mixer-oss.c Thu Jan 24 14:19:24 2002
@@ -27,7 +27,7 @@
#include <fcntl.h>
#include <assert.h>
#include <sys/ioctl.h>
-#include <sys/soundcard.h>
+#include <soundcard.h>
#include "include/common.h"
#include "include/misc.h"