From 23755124baa04816ef70f8b1704fe1c89acb3329 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Fri, 9 Jan 2009 18:01:26 +0000 Subject: [PATCH] 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 --- main/logger.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/logger.c b/main/logger.c index 1be97fc87d..23b823e3f4 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