summaryrefslogblamecommitdiff
path: root/games/doomlegacy/files/patch-doomlegacy::linux_x::linux.c
blob: 878733b2051fd4fb4928271f0038bddfb5bddf48 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                
--- linux_x/sndserv/linux.c.orig	Sat Jan 18 18:29:07 2003
+++ linux_x/sndserv/linux.c	Sat Jan 18 18:29:12 2003
@@ -45,7 +45,7 @@
 
 #ifdef LINUX
 #ifdef FREEBSD
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
 #else
 #include <linux/soundcard.h>
 #endif