]> granicus.if.org Git - php/commitdiff
kill some compile warnings
authorfoobar <sniper@php.net>
Thu, 22 Aug 2002 01:25:52 +0000 (01:25 +0000)
committerfoobar <sniper@php.net>
Thu, 22 Aug 2002 01:25:52 +0000 (01:25 +0000)
ext/rpc/xmlrpc/libxmlrpc/simplestring.c
ext/xmlrpc/libxmlrpc/simplestring.c

index dd9850bb9cf98e757da84fb407268da5ca4efe73..011c253225b15ca4999d106b3b9b47dd5a2040ab 100644 (file)
@@ -45,6 +45,9 @@ static const char rcsid[] = "#(@) $Id$";
  *   06/2000
  * HISTORY
  *   $Log$
+ *   Revision 1.2  2002/07/05 04:43:53  danda
+ *   merged in updates from SF project.  bring php repository up to date with xmlrpc-epi version 0.51
+ *
  *   Revision 1.4  2002/02/13 20:58:50  danda
  *   patch to make source more windows friendly, contributed by Jeff Lawson
  *
@@ -72,7 +75,7 @@ static const char rcsid[] = "#(@) $Id$";
  *   there must be some.
  ******/
 
-
+#include <stdlib.h>
 #include "simplestring.h"
 
 #define my_free(thing)  if(thing) {free(thing); thing = 0;}
index dd9850bb9cf98e757da84fb407268da5ca4efe73..011c253225b15ca4999d106b3b9b47dd5a2040ab 100644 (file)
@@ -45,6 +45,9 @@ static const char rcsid[] = "#(@) $Id$";
  *   06/2000
  * HISTORY
  *   $Log$
+ *   Revision 1.2  2002/07/05 04:43:53  danda
+ *   merged in updates from SF project.  bring php repository up to date with xmlrpc-epi version 0.51
+ *
  *   Revision 1.4  2002/02/13 20:58:50  danda
  *   patch to make source more windows friendly, contributed by Jeff Lawson
  *
@@ -72,7 +75,7 @@ static const char rcsid[] = "#(@) $Id$";
  *   there must be some.
  ******/
 
-
+#include <stdlib.h>
 #include "simplestring.h"
 
 #define my_free(thing)  if(thing) {free(thing); thing = 0;}