Skip to content

Commit fae8cfd

Browse files
committed
Fix Windows build
The includes are not on the system path, but should be taken from the build include paths.
1 parent c7b6b0c commit fae8cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/uri/php_lexbor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#ifndef PHP_LEXBOR_H
1818
#define PHP_LEXBOR_H
1919

20-
#include <php_uri_common.h>
21-
#include <lexbor/url/url.h>
20+
#include "php_uri_common.h"
21+
#include "lexbor/url/url.h"
2222

2323
extern const uri_handler_t lexbor_uri_handler;
2424

0 commit comments

Comments
 (0)