From 7c63535e7713ef762536d580e49e7af4881d47c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 2 Apr 2024 13:39:14 +0200 Subject: [PATCH] Karbon: Fix FTBFS in xrgbrender due to implicit declaration of functions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- karbon/render/xrgbrender/gdk-pixbuf-xlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/karbon/render/xrgbrender/gdk-pixbuf-xlib.c b/karbon/render/xrgbrender/gdk-pixbuf-xlib.c index ff41ccdff..4ae7c7830 100644 --- a/karbon/render/xrgbrender/gdk-pixbuf-xlib.c +++ b/karbon/render/xrgbrender/gdk-pixbuf-xlib.c @@ -22,6 +22,7 @@ #include /*#include */ #include "gdk-pixbuf-xlib-private.h" +#include "gdk-pixbuf-xlibrgb.h" Display *gdk_pixbuf_dpy = NULL; int gdk_pixbuf_screen = -1;