Fix the armhf build if bmalloc is enabled
authorAlberto Garcia <berto@igalia.com>
Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)
committerAlberto Garcia <berto@igalia.com>
Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)
Bug: https://bugs.webkit.org/show_bug.cgi?id=278858

===================================================================

Gbp-Pq: Name fix-bmalloc-armhf.patch

Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp

index e1d35d4a38086d6ea3fa9a903776bb7640aae4ff..f4ba22ccf7f78052b4b6c987970e0ff4944c1431 100644 (file)
 #if PLATFORM(X11)
 
 #include "WebPageProxy.h"
-#include <X11/Xlib.h>
 #include <gtk/gtk.h>
 #include <wtf/TZoneMallocInlines.h>
 #include <wtf/glib/GRefPtr.h>
+#include <X11/Xlib.h>
 
 #if USE(GTK4)
 #include <gdk/x11/gdkx.h>