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