1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/gnomemedia/files/patch-gmix::prefs.c
Joe Marcus Clarke 8065193b31 machine/soundcard.h -> sys/soundcard.h
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-12 15:57:06 +00:00

12 lines
255 B
C

--- gmix/prefs.c.orig Fri Apr 12 11:53:51 2002
+++ gmix/prefs.c Fri Apr 12 11:53:57 2002
@@ -38,7 +38,7 @@
#ifdef HAVE_LINUX_SOUNDCARD_H
#include <linux/soundcard.h>
#else
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif
#endif