Skip to content
Snippets Groups Projects
Commit 027ad49b authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

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

parents c5d9cce6 c4f40b77
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment