summaryrefslogblamecommitdiff
path: root/games/nighthawk/files/patch-dsp_mixxer.c
blob: b2ab59f727aabd96b94d3161046dc7673572d789 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                        
--- src_sound/dsp_mixxer.c.orig	Sat May 10 00:11:13 2003
+++ src_sound/dsp_mixxer.c	Sat May 10 00:11:16 2003
@@ -19,10 +19,8 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
-#ifdef Linux
+#if defined(Linux) || defined(FreeBSD)
  #include <sys/soundcard.h>
-#elif FreeBSD
- #include <machine/soundcard.h>
 #endif
 #include "funktracker_defs.h"
 #include "funktracker.h"