revert inclusion of options.h

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-19 14:36:12 +00:00
parent 23cfef1cc9
commit 9175f79aff

View File

@@ -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