Fixed a warning when compiling with OSS support

This commit is contained in:
Pierre Pronchery 2010-11-12 23:42:30 +00:00
parent 95cdb596dd
commit 372fdf4e43

View File

@ -21,6 +21,7 @@ static char _license[] =
# include <sys/ioctl.h> # include <sys/ioctl.h>
# include <sys/audioio.h> # include <sys/audioio.h>
#else #else
# include <sys/ioctl.h>
# include <sys/soundcard.h> # include <sys/soundcard.h>
#endif #endif
#include <fcntl.h> #include <fcntl.h>