summaryrefslogtreecommitdiff
path: root/gtk/gtknumerableicon.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-10-02 19:27:25 +0200
committerBenjamin Otte <otte@redhat.com>2012-10-02 19:32:52 +0200
commitdd9957769196f138262a7bad1a525ff174cc1df4 (patch)
tree4e1402b6e7011f5907a0109f256a10094a8d5c0b /gtk/gtknumerableicon.c
parent101c6a05a996da84ef59d3ccbd27cf75905508ab (diff)
downloadgtk+-dd9957769196f138262a7bad1a525ff174cc1df4.tar.gz
gtk: Put private functions in headers and include those
This is part of a bunch of fixes for gcc complaining about -Wmissing-declarations. It puts functions into headers and includes those headers both where the functions are defined and where they function are used.
Diffstat (limited to 'gtk/gtknumerableicon.c')
-rw-r--r--gtk/gtknumerableicon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtknumerableicon.c b/gtk/gtknumerableicon.c
index 3a1a6fad1c..a1131f576e 100644
--- a/gtk/gtknumerableicon.c
+++ b/gtk/gtknumerableicon.c
@@ -41,6 +41,7 @@
#include <config.h>
#include "gtknumerableicon.h"
+#include "gtknumerableiconprivate.h"
#include "gtkicontheme.h"
#include "gtkintl.h"