aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rsynth/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-24 11:25:25 +0800
committerkris <kris@FreeBSD.org>2002-10-24 11:25:25 +0800
commit0fa398c7a8433da45e6bb95329024b0ad09696c2 (patch)
tree5990bfd37fd01a96ce10f025413f46e861f651e4 /audio/rsynth/files
parentbe01cb2308e6acfc54e0e5fe939d9a73e18cb251 (diff)
downloadfreebsd-ports-gnome-0fa398c7a8433da45e6bb95329024b0ad09696c2.tar.gz
freebsd-ports-gnome-0fa398c7a8433da45e6bb95329024b0ad09696c2.tar.zst
freebsd-ports-gnome-0fa398c7a8433da45e6bb95329024b0ad09696c2.zip
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'audio/rsynth/files')
-rw-r--r--audio/rsynth/files/freebsdplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rsynth/files/freebsdplay.c b/audio/rsynth/files/freebsdplay.c
index 065b21fb9e1c..3b8a63335220 100644
--- a/audio/rsynth/files/freebsdplay.c
+++ b/audio/rsynth/files/freebsdplay.c
@@ -21,7 +21,7 @@
#include <sys/ioctl.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#include "proto.h"
#include "getargs.h"
#include "hplay.h"