Skip to content
Snippets Groups Projects
Commit 0b06cc02 authored by Mark Michelson's avatar Mark Michelson
Browse files

Make sure not to include non-existent headers if they indeed are non-existent


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@118175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 975a848b
Branches
Tags
No related merge requests found
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
#include <pthread.h> #include <pthread.h>
#include <sys/param.h> #include <sys/param.h>
#ifdef HAVE_BKTR
#include <execinfo.h> #include <execinfo.h>
#endif
#include "asterisk/logger.h" #include "asterisk/logger.h"
/* internal macro to profile mutexes. Only computes the delay on /* internal macro to profile mutexes. Only computes the delay on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment