From 3e53b28f7a8dcd772f5dbbdee0bc09151ccdaaf0 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 29 Jan 2023 18:01:53 +0100 Subject: [PATCH] libgimp: include the header from the implementation file. It was failing with the autotools build. Why did this even compile with our meson build? --- libgimp/gimppropchooser-private.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libgimp/gimppropchooser-private.c b/libgimp/gimppropchooser-private.c index d6511440e6..765d7c6f6a 100644 --- a/libgimp/gimppropchooser-private.c +++ b/libgimp/gimppropchooser-private.c @@ -23,6 +23,7 @@ #include #include "gimpui.h" +#include "gimppropchooser-private.h" /* PropChooser * A GtkWidget, more specifically a GtkButtonWidget.