summaryrefslogtreecommitdiff
path: root/games/miscom/files/patch-af
blob: f1ae4754a594b13b1253eacfdb1306c5133c4306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- sound.c	Sat Mar 15 17:17:45 1997
+++ /home/andy/tmp/wrk/sound.c	Thu Aug  6 17:03:30 1998
@@ -4,7 +4,11 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <unistd.h>
+#ifdef __FreeBSD__
+#include <machine/soundcard.h>
+#else
 #include <sys/soundcard.h>
+#endif
 #include "sound.h"
 
 int sound=1;