[asterisk-commits] rmudgett: branch 12 r400588 - /branches/12/channels/iax2/include/parser.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 4 19:41:34 CDT 2013
Author: rmudgett
Date: Fri Oct 4 19:41:32 2013
New Revision: 400588
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=400588
Log:
chan_iax2: Fix compile error.
Modified:
branches/12/channels/iax2/include/parser.h
Modified: branches/12/channels/iax2/include/parser.h
URL: http://svnview.digium.com/svn/asterisk/branches/12/channels/iax2/include/parser.h?view=diff&rev=400588&r1=400587&r2=400588
==============================================================================
--- branches/12/channels/iax2/include/parser.h (original)
+++ branches/12/channels/iax2/include/parser.h Fri Oct 4 19:41:32 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