[svn-commits] jpeeler: branch 1.6.0 r181284 - /branches/1.6.0/channels/h323/ast_h323.cxx

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 11 10:54:49 CDT 2009


Author: jpeeler
Date: Wed Mar 11 10:54:46 2009
New Revision: 181284

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=181284
Log:
add missing header file

Modified:
    branches/1.6.0/channels/h323/ast_h323.cxx

Modified: branches/1.6.0/channels/h323/ast_h323.cxx
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/channels/h323/ast_h323.cxx?view=diff&rev=181284&r1=181283&r2=181284
==============================================================================
--- branches/1.6.0/channels/h323/ast_h323.cxx (original)
+++ branches/1.6.0/channels/h323/ast_h323.cxx Wed Mar 11 10:54:46 2009
@@ -28,6 +28,8 @@
  *
  * Version Info: $Id$
  */
+#include "asterisk.h"
+
 #include <arpa/inet.h>
 
 #include <list>




More information about the svn-commits mailing list