freebsd-ports/games/cgoban/files/patch-wmslib::src::wms::snd.c
Kirill Ponomarev d3105b7ed0 - Fix build and unbreak
PR:		59463
Submitted by:	Ports Fury
2003-11-19 14:43:19 +00:00

11 lines
275 B
C

--- wmslib/src/wms/snd.c.orig Tue Jan 25 13:40:26 2000
+++ wmslib/src/wms/snd.c Mon Nov 17 21:15:17 2003
@@ -14,7 +14,7 @@
#if !HAVE_GETDTABLESIZE
#include <sys/resource.h>
#endif
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <sys/wait.h>
#endif