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
1.6.2
Matthew Nicholson 17 years ago
parent f42c44449a
commit 23755124ba

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

Loading…
Cancel
Save