libgimp: include the header from the implementation file.

It was failing with the autotools build.
Why did this even compile with our meson build?
This commit is contained in:
Jehan 2023-01-29 18:01:53 +01:00
parent a0e95f6f35
commit 3e53b28f7a

View file

@ -23,6 +23,7 @@
#include <gtk/gtk.h>
#include "gimpui.h"
#include "gimppropchooser-private.h"
/* PropChooser
* A GtkWidget, more specifically a GtkButtonWidget.