diff options
author | Benjamin Otte <otte@redhat.com> | 2011-10-05 18:48:29 -0700 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-11-02 02:31:54 +0100 |
commit | 4f9fc252dafd014bb87ee4251fc0f4e009bbda4f (patch) | |
tree | f22ae46a08e96485a85675a744d1dc200769fd27 /gtk/gtkboxprivate.h | |
parent | 8669eb49f5cb76413163fa2c5197cc567e93c51f (diff) | |
download | gtk+-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.h | 2 |
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 |