aboutsummaryrefslogtreecommitdiff
path: root/audio/rsynth
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rsynth')
-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"