openbsd-ports/audio/sox/patches/patch-oss.c
naddy 05bc8f147a * Fix Ogg Vorbis encoding for RC3.
* Radically prune DESCR.
* Update to 12.17.3.  GSM support is now integrated.
2002-01-17 00:25:51 +00:00

14 lines
336 B
C

$OpenBSD: patch-oss.c,v 1.3 2002/01/17 00:25:52 naddy Exp $
--- oss.c.orig Sat Dec 1 03:17:18 2001
+++ oss.c Wed Jan 16 23:25:12 2002
@@ -33,6 +33,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
+#ifdef HAVE_SOUNDCARD_H
+#include <soundcard.h>
+#endif
#ifdef HAVE_SYS_SOUNDCARD_H
#include <sys/soundcard.h>
#endif