diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2020-05-06 15:13:03 -0300 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2020-05-06 15:13:03 -0300 |
commit | 79d61906849cc133d00c1ab4220cb634e06da910 (patch) | |
tree | c10dae4307b77600e7be3e8bfe12c2584ce6e24e /gtk/gtktextchild.h | |
parent | 053617a283ce59e84cab077f7f07288dab5e0075 (diff) | |
download | gtk+-79d61906849cc133d00c1ab4220cb634e06da910.tar.gz |
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 289b157e3251581cff91c7bca5f5ed34ff309260
Diffstat (limited to 'gtk/gtktextchild.h')
-rw-r--r-- | gtk/gtktextchild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h index 2f9cad3fd3..990f30731b 100644 --- a/gtk/gtktextchild.h +++ b/gtk/gtktextchild.h @@ -31,7 +31,7 @@ #include <gdk/gdk.h> #include <glib-object.h> -#include <gtkwidget.h> +#include <gtk/gtkwidget.h> G_BEGIN_DECLS |