From: Frank M. Kromann Date: Tue, 26 Nov 2002 23:02:09 +0000 (+0000) Subject: Adding missing header file on Win32 X-Git-Tag: RELEASE_1_0b3~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=863962d5cf3b64a7fed62ac2d9ac517943d0cde8;p=php Adding missing header file on Win32 --- 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 #else #include +#include #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 #else #include +#include #endif static const char rcsid[] = "#(@) $Id$";