diff options
author | kris <kris@FreeBSD.org> | 2002-10-24 11:25:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-24 11:25:25 +0800 |
commit | 0fa398c7a8433da45e6bb95329024b0ad09696c2 (patch) | |
tree | 5990bfd37fd01a96ce10f025413f46e861f651e4 /audio/rsynth/files | |
parent | be01cb2308e6acfc54e0e5fe939d9a73e18cb251 (diff) | |
download | freebsd-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.c | 2 |
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" |