mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user