summaryrefslogtreecommitdiff
path: root/include/asterisk/logger.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-19 14:36:12 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-19 14:36:12 +0000
commit9175f79affe866f9b1698597dbf6761cba62f18d (patch)
treee8fb0db69aa560ace6575cc7b757fb1623861b91 /include/asterisk/logger.h
parent23cfef1cc954fc773285010f5dcdc142c3bd3034 (diff)
revert inclusion of options.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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