Skip to content

Commit eafcce6

Browse files
committed
Fix Windows build
1 parent ed40c6f commit eafcce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/uri/php_uriparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <uriparser/Uri.h>
2121
#include "uriparser/src/UriMemory.h"
22-
#include <php_uri_common.h>
22+
#include "php_uri_common.h"
2323

2424
extern const uri_handler_t uriparser_uri_handler;
2525

0 commit comments

Comments
 (0)