From 9175f79affe866f9b1698597dbf6761cba62f18d Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Mon, 19 Nov 2007 14:36:12 +0000
Subject: [PATCH] revert inclusion of options.h

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/logger.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index 544fcc3d42..cf33e48f24 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
-- 
GitLab