summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-04-02 13:39:14 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-04-02 13:39:14 +0200
commit7c63535e7713ef762536d580e49e7af4881d47c5 (patch)
treeda34c8459275931fefae5c570c1c284df60d28c9
parent7a7827396f90ad06945cd5a367f93d8ffd380e0f (diff)
downloadkoffice-7c63535e7713ef762536d580e49e7af4881d47c5.tar.gz
koffice-7c63535e7713ef762536d580e49e7af4881d47c5.zip
Karbon: Fix FTBFS in xrgbrender due to implicit declaration of functions.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--karbon/render/xrgbrender/gdk-pixbuf-xlib.c1
1 files changed, 1 insertions, 0 deletions
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 <X11/Xlib.h>
/*#include <gdk-pixbuf/gdk-pixbuf-private.h>*/
#include "gdk-pixbuf-xlib-private.h"
+#include "gdk-pixbuf-xlibrgb.h"
Display *gdk_pixbuf_dpy = NULL;
int gdk_pixbuf_screen = -1;