[svn-commits] file: trunk r89447 - /trunk/channels/h323/ast_h323.cxx

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 20 08:49:33 CST 2007


Author: file
Date: Tue Nov 20 08:49:32 2007
New Revision: 89447

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89447
Log:
Include the compatibility header file in ast_h323.cxx for compatibility reasons.
(closes issue #11311)
Reported by: falves11

Modified:
    trunk/channels/h323/ast_h323.cxx

Modified: trunk/channels/h323/ast_h323.cxx
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/ast_h323.cxx?view=diff&rev=89447&r1=89446&r2=89447
==============================================================================
--- trunk/channels/h323/ast_h323.cxx (original)
+++ trunk/channels/h323/ast_h323.cxx Tue Nov 20 08:49:32 2007
@@ -50,6 +50,7 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
+#include "asterisk/compat.h"
 #include "asterisk/logger.h"
 #include "asterisk/channel.h"
 #include "asterisk/astobj.h"




More information about the svn-commits mailing list