Fixed world breakage -- don't depend on <machine/soundcard.h> existing;

the symlink from <sys/soundcard.h> to <machine/soundcard.h> is worse
than useless since it doesn't exist in the SHARED=symlinks case.
This commit is contained in:
Bruce Evans 2000-10-13 11:55:13 +00:00
parent 035d965568
commit c34b7b8cd7
1 changed files with 1 additions and 1 deletions

View File

@ -49,13 +49,13 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
#include <sys/soundcard.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h>
#include <machine/i4b_ioctl.h>
#include <machine/i4b_tel_ioctl.h>
#include <machine/soundcard.h>
/* device file prefixes */