aboutsummaryrefslogtreecommitdiff
path: root/src/headerview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-14 16:58:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-14 16:58:51 +0000
commit7f951edbe12a0b4f24a87e1bbc5e74d9f52b898c (patch)
treeb6d36f69bf0372a2063293e02fb6748146acbb6c /src/headerview.c
parentd422a6b4499d040cff88b8b8f84f2f061ae05a5c (diff)
fixed a compilation bug and key handling of summary.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@256 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/headerview.c')
-rw-r--r--src/headerview.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/headerview.c b/src/headerview.c
index 6e4ed219..67452e65 100644
--- a/src/headerview.c
+++ b/src/headerview.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2003 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -32,6 +32,7 @@
#include <gtk/gtkvbox.h>
#include <gtk/gtklabel.h>
#include <gtk/gtkpixmap.h>
+#include <gtk/gtkimage.h>
#include <stdio.h>
#include <string.h>
#include <time.h>