From 3a8e6a709ac1d86fa7fb2f1c18d7c7dae05355c2 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:15:33 +0200 Subject: [PATCH] DOM Windows build fix (#20026) --- ext/dom/lexbor/selectors-adapted/selectors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dom/lexbor/selectors-adapted/selectors.c b/ext/dom/lexbor/selectors-adapted/selectors.c index 2975721fa9c..b547a3a586b 100644 --- a/ext/dom/lexbor/selectors-adapted/selectors.c +++ b/ext/dom/lexbor/selectors-adapted/selectors.c @@ -13,7 +13,7 @@ #include #include -#include "lexbor/selectors-adapted/selectors.h" +#include "selectors.h" #include "../../namespace_compat.h" #include "../../domexception.h" #include "../../php_dom.h"