[svn-commits] jpeeler: branch 1.6.1 r181283 - /branches/1.6.1/channels/h323/ast_h323.cxx
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Mar 11 10:54:41 CDT 2009
Author: jpeeler
Date: Wed Mar 11 10:54:38 2009
New Revision: 181283
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=181283
Log:
add missing header file
Modified:
branches/1.6.1/channels/h323/ast_h323.cxx
Modified: branches/1.6.1/channels/h323/ast_h323.cxx
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/channels/h323/ast_h323.cxx?view=diff&rev=181283&r1=181282&r2=181283
==============================================================================
--- branches/1.6.1/channels/h323/ast_h323.cxx (original)
+++ branches/1.6.1/channels/h323/ast_h323.cxx Wed Mar 11 10:54:38 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