(Open)Solaris probably supports the audioio API better than OSS

This commit is contained in:
Pierre Pronchery 2010-07-04 22:51:49 +00:00
parent d964eaea64
commit 9d6ee1aaf2

View File

@ -18,7 +18,7 @@
#include <sys/ioctl.h>
#ifdef __NetBSD__
#if defined(__NetBSD__) || defined(__sun__)
# include <sys/audioio.h>
#else
# include <sys/soundcard.h>