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
This commit is contained in:
Matthew Nicholson 2009-01-09 18:01:26 +00:00
parent f42c44449a
commit 23755124ba
1 changed files with 4 additions and 0 deletions

View File

@ -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>