summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/url.c')
-rw-r--r--ext/standard/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/url.c b/ext/standard/url.c
index a44f01a4dc..e5acd6c578 100644
--- a/ext/standard/url.c
+++ b/ext/standard/url.c
@@ -33,8 +33,8 @@
#include <ctype.h>
#include <sys/types.h>
-/* php.h includes the correct regex.h */
#include "php.h"
+#include "php_regex.h"
#include "url.h"
#ifdef _OSD_POSIX