1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/misc/muuz/files/patch-ag
Kris Kennaway b515cf7bd8 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and
various compilation fixes to satisfy gcc 3.2
2002-09-08 01:11:35 +00:00

12 lines
276 B
Plaintext

--- muuzbeats.c.orig Sat Sep 7 16:59:09 2002
+++ muuzbeats.c Sat Sep 7 16:59:14 2002
@@ -8,7 +8,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/ioctl.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#include <errno.h>
#include <math.h>
}