Merge "BuildSystem: Add DragonFly BSD." into 13

This commit is contained in:
George Joseph
2018-04-30 09:06:45 -05:00
committed by Gerrit Code Review
10 changed files with 15 additions and 11 deletions

View File

@@ -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>