aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/logger.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 14:36:12 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 14:36:12 +0000
commit520bf42a50e70a1b4cbf329b8cf52c9cf5cda663 (patch)
treee8fb0db69aa560ace6575cc7b757fb1623861b91 /include/asterisk/logger.h
parent9ba23154e50ae0ecef1a9c9d099039f0d1a1b2c4 (diff)
revert inclusion of options.h
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89412 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/logger.h')
-rw-r--r--include/asterisk/logger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index 544fcc3d4..cf33e48f2 100644
--- a/include/asterisk/logger.h
+++ b/include/asterisk/logger.h
@@ -25,6 +25,8 @@
#ifndef _ASTERISK_LOGGER_H
#define _ASTERISK_LOGGER_H
+#include "asterisk/options.h" /* need option_debug */
+
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif