From 91b7e8e3b49631e50b450c750b6739c17282ee74 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Thu, 17 Oct 2024 16:52:26 +0200 Subject: [PATCH] Fix the armhf build if bmalloc is enabled Bug: https://bugs.webkit.org/show_bug.cgi?id=278858 =================================================================== Gbp-Pq: Name fix-bmalloc-armhf.patch --- Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp b/Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp index e1d35d4a38..f4ba22ccf7 100644 --- a/Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp +++ b/Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp @@ -29,10 +29,10 @@ #if PLATFORM(X11) #include "WebPageProxy.h" -#include #include #include #include +#include #if USE(GTK4) #include -- 2.30.2