From 755444e11b54dfd1f1658021a26b33272977427a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 27 Feb 2025 15:16:09 +0100 Subject: [PATCH] xf86bigfont: add comment on including fontstruct.h Document that this particular include is just a workaround for a bug in libxfont2.h, which forgot to include this header. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/xf86bigfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index 0f856996b6..b7ef6c2b92 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -55,7 +55,7 @@ #include #include #include -#include +#include // libxfont2.h missed to include that #include #include "dix/dix_priv.h"