[asterisk-commits] rmudgett: trunk r400593 - in /trunk: ./ channels/iax2/include/parser.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 4 19:59:18 CDT 2013
Author: rmudgett
Date: Fri Oct 4 19:59:17 2013
New Revision: 400593
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=400593
Log:
chan_iax2: Fix compile error.
........
Merged revisions 400588 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/channels/iax2/include/parser.h
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/channels/iax2/include/parser.h
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/iax2/include/parser.h?view=diff&rev=400593&r1=400592&r2=400593
==============================================================================
--- trunk/channels/iax2/include/parser.h (original)
+++ trunk/channels/iax2/include/parser.h Fri Oct 4 19:59:17 2013
@@ -21,6 +21,7 @@
#include "asterisk/frame.h"
#include "asterisk/linkedlists.h"
#include "asterisk/crypto.h"
+#include "asterisk/netsock2.h"
#include "iax2.h"
struct iax_ies {
More information about the asterisk-commits
mailing list