summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/rpc/xmlrpc/libxmlrpc/encodings.c1
-rw-r--r--ext/xmlrpc/libxmlrpc/encodings.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/rpc/xmlrpc/libxmlrpc/encodings.c b/ext/rpc/xmlrpc/libxmlrpc/encodings.c
index 2ea93f1832..8f7d33ea43 100644
--- a/ext/rpc/xmlrpc/libxmlrpc/encodings.c
+++ b/ext/rpc/xmlrpc/libxmlrpc/encodings.c
@@ -38,6 +38,7 @@
#include <php_config.h>
#else
#include <config.w32.h>
+#include <stdlib.h>
#endif
static const char rcsid[] = "#(@) $Id$";
diff --git a/ext/xmlrpc/libxmlrpc/encodings.c b/ext/xmlrpc/libxmlrpc/encodings.c
index 2ea93f1832..8f7d33ea43 100644
--- a/ext/xmlrpc/libxmlrpc/encodings.c
+++ b/ext/xmlrpc/libxmlrpc/encodings.c
@@ -38,6 +38,7 @@
#include <php_config.h>
#else
#include <config.w32.h>
+#include <stdlib.h>
#endif
static const char rcsid[] = "#(@) $Id$";