projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42c444
)
Added a comment to logger.c about where to put includes
author
Matthew Nicholson
<mnicholson@digium.com>
Fri, 9 Jan 2009 18:01:26 +0000
(18:01 +0000)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/main/logger.c
b/main/logger.c
index
1be97fc
..
23b823e
100644
(file)
--- a/
main/logger.c
+++ b/
main/logger.c
@@
-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>