Skip to content

Commit e192add

Browse files
ndosscheStephenWall
authored andcommitted
DOM Windows build fix (php#20026)
1 parent 4dc291c commit e192add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/lexbor/selectors-adapted/selectors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <Zend/zend_API.h>
1414
#include <php.h>
1515

16-
#include "lexbor/selectors-adapted/selectors.h"
16+
#include "selectors.h"
1717
#include "../../namespace_compat.h"
1818
#include "../../domexception.h"
1919
#include "../../php_dom.h"

0 commit comments

Comments
 (0)