[asterisk-commits] tilghman: branch 1.8 r292667 - /branches/1.8/channels/misdn/ie.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 21 17:09:30 CDT 2010
Author: tilghman
Date: Thu Oct 21 17:09:25 2010
New Revision: 292667
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292667
Log:
Compile correctly on Linux (asterisk/localtime.h depends upon asterisk/autoconfig.h loading first).
Modified:
branches/1.8/channels/misdn/ie.c
Modified: branches/1.8/channels/misdn/ie.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/misdn/ie.c?view=diff&rev=292667&r1=292666&r2=292667
==============================================================================
--- branches/1.8/channels/misdn/ie.c (original)
+++ branches/1.8/channels/misdn/ie.c Thu Oct 21 17:09:25 2010
@@ -24,6 +24,7 @@
if qi is not NULL (TE-mode), offset is set
*/
+#include "asterisk.h"
#include <string.h>
More information about the asterisk-commits
mailing list