diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-02-29 09:11:38 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-02-29 09:11:38 +0000 |
commit | 229446c3d8deb2526c3e9075088689dc9fbac240 (patch) | |
tree | 0fd0ae35b5f495d005670884573d47d9af132307 /src/quick_search.c | |
parent | 0eeb0501f15fd6cb98476f44c31cd948d3d1803a (diff) |
added missing include.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1963 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/quick_search.c')
-rw-r--r-- | src/quick_search.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick_search.c b/src/quick_search.c index bc79b0cf..28f69795 100644 --- a/src/quick_search.c +++ b/src/quick_search.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2007 Hiroyuki Yamamoto + * Copyright (C) 1999-2008 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 @@ -27,6 +27,7 @@ #include <gtk/gtkvbox.h> #include <gtk/gtkoptionmenu.h> #include <gtk/gtkimage.h> +#include <gtk/gtkentry.h> #include "summaryview.h" #include "quick_search.h" |