aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-09 18:01:26 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-09 18:01:26 +0000
commitf5972bb0a62fdf940e44c8af6b94837397629226 (patch)
tree92a5eed1c1310d2d9e64e27f55bbf1effbbc3f37 /main/logger.c
parent9b7211f161c0d5f4d50005766aaac37562706427 (diff)
Added a comment to logger.c about where to put includes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168054 f38db490-d61c-443f-a65b-d21fe96a405b
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>