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:
parent
a0e95f6f35
commit
3e53b28f7a
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gimpui.h"
|
||||
#include "gimppropchooser-private.h"
|
||||
|
||||
/* PropChooser
|
||||
* A GtkWidget, more specifically a GtkButtonWidget.
|
||||
|
|
|
|||
Loading…
Reference in a new issue