summaryrefslogtreecommitdiff
path: root/games/doom/files/patch-ac
blob: 1bce7c6db2332e5e00010ce9c766c472860ba522 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- linuxdoom-1.10/i_sound.c~	Mon Dec 22 20:57:15 1997
+++ linuxdoom-1.10/i_sound.c	Mon Dec 14 03:22:43 1998
@@ -42,7 +42,7 @@
 #include <sys/ioctl.h>
 
 // Linux voxware output.
-#include <linux/soundcard.h>
+#include <machine/soundcard.h>
 
 // Timer stuff. Experimental.
 #include <time.h>