1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/doomlegacy/files/patch-doomlegacy::linux_x::linux.c
2003-01-19 03:24:34 +00:00

12 lines
266 B
C

--- 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