summaryrefslogtreecommitdiff
path: root/gtk/gtkboxprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-10-05 18:48:29 -0700
committerBenjamin Otte <otte@redhat.com>2011-11-02 02:31:54 +0100
commit4f9fc252dafd014bb87ee4251fc0f4e009bbda4f (patch)
treef22ae46a08e96485a85675a744d1dc200769fd27 /gtk/gtkboxprivate.h
parent8669eb49f5cb76413163fa2c5197cc567e93c51f (diff)
downloadgtk+-4f9fc252dafd014bb87ee4251fc0f4e009bbda4f.tar.gz
box: Fix includes so hbox/vbox compile warning-free
And make sure most of the code is included before undeffing deprecated code.
Diffstat (limited to 'gtk/gtkboxprivate.h')
-rw-r--r--gtk/gtkboxprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkboxprivate.h b/gtk/gtkboxprivate.h
index 9a4d463a4c..9628d3c306 100644
--- a/gtk/gtkboxprivate.h
+++ b/gtk/gtkboxprivate.h
@@ -19,6 +19,8 @@
#ifndef __GTK_BOX_PRIVATE_H__
#define __GTK_BOX_PRIVATE_H__
+#include "gtkbox.h"
+
G_BEGIN_DECLS