diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2016-10-15 21:22:48 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-10-17 11:10:14 +0100 |
commit | 9bb816f8ee76b8325b78f108b2c38ce878d08879 (patch) | |
tree | c951673db63407f1d9cc005d033a4eb94eca2008 /gtk/gtksearchentry.c | |
parent | 3fdbe2ea13704caa49dffd50d8a9c651e26a27ff (diff) | |
download | gtk+-9bb816f8ee76b8325b78f108b2c38ce878d08879.tar.gz |
gtk: Include the appropriate headers
Diffstat (limited to 'gtk/gtksearchentry.c')
-rw-r--r-- | gtk/gtksearchentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index ef725ea1aa..7d5bcace90 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -27,7 +27,7 @@ #include "config.h" -#include "gtksearchentry.h" +#include "gtksearchentryprivate.h" #include "gtkaccessible.h" #include "gtkbindings.h" |