From: Matthew Nicholson Date: Fri, 9 Jan 2009 18:01:26 +0000 (+0000) Subject: Added a comment to logger.c about where to put includes X-Git-Tag: 1.6.2.0-beta1~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23755124baa04816ef70f8b1704fe1c89acb3329;p=thirdparty%2Fasterisk.git 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 --- 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