[asterisk-commits] russell: trunk r81445 - /trunk/include/asterisk/logger.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 4 13:02:03 CDT 2007
Author: russell
Date: Tue Sep 4 13:02:02 2007
New Revision: 81445
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81445
Log:
logger.h depends on options.h, so go ahead and include it
Modified:
trunk/include/asterisk/logger.h
Modified: trunk/include/asterisk/logger.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/logger.h?view=diff&rev=81445&r1=81444&r2=81445
==============================================================================
--- trunk/include/asterisk/logger.h (original)
+++ trunk/include/asterisk/logger.h Tue Sep 4 13:02:02 2007
@@ -26,6 +26,7 @@
#define _ASTERISK_LOGGER_H
#include "asterisk/compat.h"
+#include "asterisk/options.h"
#include <stdarg.h>
More information about the asterisk-commits
mailing list