From: Alberto Garcia Date: Wed, 23 Oct 2024 09:57:14 +0000 (+0200) Subject: Fix the armhf build if bmalloc is enabled X-Git-Tag: archive/raspbian/2.46.5-1+rpi1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64fbc5caa0521b915b6940fafcd3285c9d8deb00;p=webkit2gtk.git 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 --- 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