]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Added a comment to logger.c about where to put includes
authorMatthew Nicholson <mnicholson@digium.com>
Fri, 9 Jan 2009 18:01:26 +0000 (18:01 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Fri, 9 Jan 2009 18:01:26 +0000 (18:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168054 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/logger.c

index 1be97fc87df2d372ebe034bea7016e50c67bdc6f..23b823e3f46ec4a51ea867258ea20b45aa501842 100644 (file)
 
 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>