freebsd-ports/games/doom/files/patch-aa
Jean-Marc Zucconi 619f206336 Fix the build on -stable and -current.
PR:		ports/40949
Submitted by:	Gavin Atkinson <gavin@ury.york.ac.uk>
2002-07-24 12:16:00 +00:00

11 lines
237 B
Text

--- sndserv/linux.c~ Sun Jan 26 08:45:01 1997
+++ sndserv/linux.c Mon Dec 14 21:15:21 1998
@@ -40,7 +40,7 @@
#include <fcntl.h>
#include <unistd.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include "soundsrv.h"