summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/rpc/xmlrpc/libxmlrpc/simplestring.c5
-rw-r--r--ext/xmlrpc/libxmlrpc/simplestring.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/ext/rpc/xmlrpc/libxmlrpc/simplestring.c b/ext/rpc/xmlrpc/libxmlrpc/simplestring.c
index dd9850bb9c..011c253225 100644
--- a/ext/rpc/xmlrpc/libxmlrpc/simplestring.c
+++ b/ext/rpc/xmlrpc/libxmlrpc/simplestring.c
@@ -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;}
diff --git a/ext/xmlrpc/libxmlrpc/simplestring.c b/ext/xmlrpc/libxmlrpc/simplestring.c
index dd9850bb9c..011c253225 100644
--- a/ext/xmlrpc/libxmlrpc/simplestring.c
+++ b/ext/xmlrpc/libxmlrpc/simplestring.c
@@ -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;}