|
|
|
@ -53,7 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|
|
|
|
|
|
|
|
|
#ifdef __linux
|
|
|
|
|
#include <linux/soundcard.h>
|
|
|
|
|
#elif defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__GLIBC__) || defined(__sun)
|
|
|
|
|
#elif defined(__FreeBSD__) || defined(__DragonFly__) || defined(__CYGWIN__) || defined(__GLIBC__) || defined(__sun)
|
|
|
|
|
#include <sys/soundcard.h>
|
|
|
|
|
#else
|
|
|
|
|
#include <soundcard.h>
|
|
|
|
|