Merge "chan_dahdi: wrap include file which is not present on BSD systems in #ifdef" into 15

15.6
Joshua Colp 9 years ago committed by Gerrit Code Review
commit 493ba5ebe4

@ -56,11 +56,12 @@
#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <pthread.h>
#else
#include <sys/sysmacros.h>
#endif
#include <signal.h>
#include <sys/stat.h>
#include <math.h>
#include <sys/sysmacros.h>
#include "sig_analog.h"
/* Analog signaling is currently still present in chan_dahdi for use with

Loading…
Cancel
Save