diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-09-05 21:21:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-09-05 21:21:49 -0400 |
commit | d55e3b25a7a6f0363f833b543905eea3a89ea5f6 (patch) | |
tree | 8a1c7feb8fc90e4c0c3298864e2c06ada054f95f /gtk/gtkadjustment.c | |
parent | c88c16d1f481fcd98297920250415a1116fbc490 (diff) | |
download | gtk+-d55e3b25a7a6f0363f833b543905eea3a89ea5f6.tar.gz |
Fix various compiler warnings
Mostly missing declarations and missing statics.
Diffstat (limited to 'gtk/gtkadjustment.c')
-rw-r--r-- | gtk/gtkadjustment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c index 88a02a5a66..2a2f60d163 100644 --- a/gtk/gtkadjustment.c +++ b/gtk/gtkadjustment.c @@ -24,6 +24,7 @@ #include "config.h" #include "gtkadjustment.h" +#include "gtkadjustmentprivate.h" #include "gtkmarshalers.h" #include "gtkprivate.h" #include "gtkintl.h" |