[asterisk-commits] mnicholson: trunk r168054 - /trunk/main/logger.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 9 12:01:26 CST 2009
Author: mnicholson
Date: Fri Jan 9 12:01:26 2009
New Revision: 168054
URL: http://svn.digium.com/view/asterisk?view=rev&rev=168054
Log:
Added a comment to logger.c about where to put includes
Modified:
trunk/main/logger.c
Modified: trunk/main/logger.c
URL: http://svn.digium.com/view/asterisk/trunk/main/logger.c?view=diff&rev=168054&r1=168053&r2=168054
==============================================================================
--- trunk/main/logger.c (original)
+++ trunk/main/logger.c Fri Jan 9 12:01:26 2009
@@ -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>
More information about the asterisk-commits
mailing list