[asterisk-commits] russell: trunk r68193 - in /trunk: ./ main/strcompat.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jun 7 12:31:05 MST 2007


Author: russell
Date: Thu Jun  7 14:31:05 2007
New Revision: 68193

URL: http://svn.digium.com/view/asterisk?view=rev&rev=68193
Log:
Merged revisions 68192 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r68192 | russell | 2007-06-07 14:30:30 -0500 (Thu, 07 Jun 2007) | 3 lines

Include stdarg.h for build issues on Solaris
(issue #9381)

........

Modified:
    trunk/   (props changed)
    trunk/main/strcompat.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/strcompat.c
URL: http://svn.digium.com/view/asterisk/trunk/main/strcompat.c?view=diff&rev=68193&r1=68192&r2=68193
==============================================================================
--- trunk/main/strcompat.c (original)
+++ trunk/main/strcompat.c Thu Jun  7 14:31:05 2007
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdarg.h>
 
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>



More information about the asterisk-commits mailing list