aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 04:06:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 04:06:34 +0000
commit45982892bdd62a2b58806fe3e1a2b72115297943 (patch)
tree98b13a02a276db3abb40f3830585e768e732aabc /src/gtkutils.c
parent95b53932fd9eaa5c4d5f801f343d933b6958bee1 (diff)
fixed compilation failure with GTK 2.4.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@281 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.c')
-rw-r--r--src/gtkutils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkutils.c b/src/gtkutils.c
index 08597065..a4ca0605 100644
--- a/src/gtkutils.c
+++ b/src/gtkutils.c
@@ -36,6 +36,7 @@
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreesortable.h>
#include <gtk/gtktreeview.h>
+#include <gtk/gtktreestore.h>
#include <gtk/gtkversion.h>
#include <stdlib.h>
#include <stdarg.h>