openbsd-ports/games/quake/patches/patch-common_snd_oss_c

14 lines
450 B
Plaintext
Raw Normal View History

$OpenBSD: patch-common_snd_oss_c,v 1.1.1.1 2001/08/03 13:02:16 espie Exp $
--- common/snd_oss.c.orig Mon Jul 23 05:23:56 2001
+++ common/snd_oss.c Mon Jul 23 05:24:12 2001
@@ -30,6 +30,9 @@ Foundation, Inc., 59 Temple Place - Suit
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
+#if defined HAVE_SOUNDCARD_H
+#include <soundcard.h>
+#endif
#if defined HAVE_SYS_SOUNDCARD_H
# include <sys/soundcard.h>
#elif defined HAVE_LINUX_SOUNDCARD_H