summaryrefslogtreecommitdiff
path: root/games/xblast/patches/patch-ab
blob: ab095cad02252f48f84b646e36ba97a4e9792ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.2 2006/01/12 23:49:59 joerg Exp $

--- xbsndsrv.c.orig	1997-10-16 08:48:27.000000000 +0000
+++ xbsndsrv.c
@@ -100,7 +100,11 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
-#include <linux/soundcard.h>
+#if defined(__DragonFly__) || defined(__FreeBSD__)
+#include <sys/soundcard.h>
+#else
+#include <soundcard.h>
+#endif
 #include <signal.h>
 #include "sound.h"