Skip to content

Commit d460054

Browse files
ndosschekocsismate
authored andcommitted
Fix Windows build
The includes are not on the system path, but should be taken from the build include paths.
1 parent 7adcf74 commit d460054

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)