]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Missed one
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 26 Jul 2007 19:32:17 +0000 (19:32 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 26 Jul 2007 19:32:17 +0000 (19:32 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@77350 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/logger.c

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