B2 maintainer for FreeBSD reported <sys/soundcard.h> is the one to use in all

recent versions of FreeBSD.
This commit is contained in:
gbeauche 2002-10-03 15:47:59 +00:00
parent 8de7ad1091
commit 3efbc30695

View File

@ -31,7 +31,7 @@
#endif
#ifdef __FreeBSD__
#include <machine/soundcard.h>
#include <sys/soundcard.h>
#endif
#include "cpu_emulation.h"