dect
/
asterisk
Archived
13
0
Fork 0

revert inclusion of options.h

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89412 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2007-11-19 14:36:12 +00:00
parent 9ba23154e5
commit 520bf42a50
1 changed files with 2 additions and 0 deletions

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