summaryrefslogtreecommitdiff
path: root/games/doomlegacy/files/patch-doomlegacy::linux_x::i_sound.c
blob: edb4043f80cdd91f9731c6a4ddbfeef79638caa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- linux_x/i_sound.c.orig	Sat Jan 18 18:24:12 2003
+++ linux_x/i_sound.c	Sat Jan 18 18:23:42 2003
@@ -93,7 +93,7 @@
 // Linux voxware output.
 #ifdef LINUX
 #ifdef FREEBSD
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
 #else
 #include <linux/soundcard.h>
 #endif