1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00

add include for definition of php_url_encode

This commit is contained in:
Stanislav Malyshev
2014-12-15 11:30:53 -08:00
parent 4e48bff3ce
commit e304c3191b

View File

@@ -37,7 +37,7 @@
#ifdef HAVE_SYS_UTSNAME_H
#include <sys/utsname.h>
#endif
#include "url.h"
#ifdef PHP_WIN32
typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO);