]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
revert inclusion of options.h
authorLuigi Rizzo <rizzo@icir.org>
Mon, 19 Nov 2007 14:36:12 +0000 (14:36 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Mon, 19 Nov 2007 14:36:12 +0000 (14:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89412 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/logger.h

index 544fcc3d427a741a4b2b84b216aaf2557690c231..cf33e48f24d2c6c4d52bf9d63b9a49e5577b04a2 100644 (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