From 5e45b2330bd5c229bd05e48cf4f01cd8fb8807f8 Mon Sep 17 00:00:00 2001 From: rt001-hub <81685838+rt001-hub@users.noreply.github.com> Date: Mon, 13 May 2024 17:29:50 +0300 Subject: [PATCH] Update pixman-private.h (#16516) patch to fix build issue with musl https://lore.kernel.org/buildroot/569BA820.6040300@scalemp.com/ --- gfx/include/pixman/pixman-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/include/pixman/pixman-private.h b/gfx/include/pixman/pixman-private.h index 6dd6b1eb17..d0245f2250 100644 --- a/gfx/include/pixman/pixman-private.h +++ b/gfx/include/pixman/pixman-private.h @@ -1,4 +1,3 @@ -#include #include #ifndef PIXMAN_PRIVATE_H @@ -31,6 +30,7 @@ #include #include #include +#include #include "pixman-compiler.h"