diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-24 03:25:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-24 03:25:25 +0000 |
commit | e78236d4c8995f0a5bbc557e73ebe7e6a5909835 (patch) | |
tree | 49c8868fd8e15a7d1d73511f4d05f5ee9e3c50dc /audio/rsynth | |
parent | df12c3eed09303b6513fa2edf8ff45e6befaafe8 (diff) | |
download | ports-e78236d4c8995f0a5bbc557e73ebe7e6a5909835.tar.gz ports-e78236d4c8995f0a5bbc557e73ebe7e6a5909835.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Notes
Notes:
svn path=/head/; revision=68699
Diffstat (limited to 'audio/rsynth')
-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" |