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/audioio.h>
#else
# include <sys/ioctl.h>
# include <sys/soundcard.h>
#endif
#include <fcntl.h>