Skip to content

Commit 863962d

Browse files
committed
Adding missing header file on Win32
1 parent 0cddc5b commit 863962d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ext/rpc/xmlrpc/libxmlrpc/encodings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <php_config.h>
3939
#else
4040
#include <config.w32.h>
41+
#include <stdlib.h>
4142
#endif
4243

4344
static const char rcsid[] = "#(@) $Id$";

ext/xmlrpc/libxmlrpc/encodings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <php_config.h>
3939
#else
4040
#include <config.w32.h>
41+
#include <stdlib.h>
4142
#endif
4243

4344
static const char rcsid[] = "#(@) $Id$";

0 commit comments

Comments
 (0)