Merged revisions 77350 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r77350 | tilghman | 2007-07-26 14:32:17 -0500 (Thu, 26 Jul 2007) | 2 lines

Missed one

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent 620a5a11e4
commit 03c973ab2d

@ -38,7 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <sys/stat.h> #include <sys/stat.h>
#if ((defined(AST_DEVMODE)) && (defined(Linux))) #if ((defined(AST_DEVMODE)) && (defined(linux)))
#include <execinfo.h> #include <execinfo.h>
#define MAX_BACKTRACE_FRAMES 20 #define MAX_BACKTRACE_FRAMES 20
#endif #endif

Loading…
Cancel
Save