summaryrefslogtreecommitdiff
path: root/games/xboing/patches/patch-ab
blob: 29dfe4ad3cf589f3c7ee6a19e710d89475b13c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.2 2002/07/15 09:01:43 wiz Exp $

--- audio/LINUXaudio.c.orig	Fri Nov 22 02:28:33 1996
+++ audio/LINUXaudio.c
@@ -55,7 +55,12 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <fcntl.h>
+#include <sys/ioctl.h>
+#ifdef __NetBSD__
+#include <soundcard.h>
+#else
 #include <linux/soundcard.h>
+#endif
 
 #include "include/error.h"
 #include "include/audio.h"