summaryrefslogtreecommitdiff
path: root/main/logger.c
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2009-01-09 18:01:26 +0000
committerMatthew Nicholson <mnicholson@digium.com>2009-01-09 18:01:26 +0000
commit23755124baa04816ef70f8b1704fe1c89acb3329 (patch)
tree92a5eed1c1310d2d9e64e27f55bbf1effbbc3f37 /main/logger.c
parentf42c44449ae48730acbacb82efd76831cd44022d (diff)
Added a comment to logger.c about where to put includes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/logger.c')
-rw-r--r--main/logger.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/logger.c b/main/logger.c
index 1be97fc87..23b823e3f 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -35,6 +35,10 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+/*
+ * WARNING: additional #include directives should NOT be placed here, they
+ * should be placed AFTER '#undef _ASTERISK_LOGGER_H' below
+ */
#include "asterisk/_private.h"
#include "asterisk/paths.h" /* use ast_config_AST_LOG_DIR */
#include <signal.h>