<machine/soundcard.h> was simply a compatibility symlink on FreeBSD and it

is now gone away.
This commit is contained in:
gbeauche 2005-02-13 17:56:55 +00:00
parent 7df6429591
commit 3aeed84471

View File

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