textchild: Include <gtk/gtkwidget.h>

This header is exported, so it needs to include
the gtkwidget.h header with the gtk/ prefix.

This was broken in 289b157e32
This commit is contained in:
Georges Basile Stavracas Neto 2020-05-06 15:13:03 -03:00
parent 053617a283
commit 79d6190684

View File

@ -31,7 +31,7 @@
#include <gdk/gdk.h>
#include <glib-object.h>
#include <gtkwidget.h>
#include <gtk/gtkwidget.h>
G_BEGIN_DECLS