From 229446c3d8deb2526c3e9075088689dc9fbac240 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 29 Feb 2008 09:11:38 +0000 Subject: added missing include. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1963 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ ChangeLog.ja | 5 +++++ src/quick_search.c | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b95a8ced..e6928705 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-29 + + * src/quick_search.c: added missing #include . + 2008-02-29 * version 2.5.0beta1 diff --git a/ChangeLog.ja b/ChangeLog.ja index a30883b1..a84d1342 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,8 @@ +2008-02-29 + + * src/quick_search.c: #include が足りなかったので + 追加。 + 2008-02-29 * src/summaryview.c: フィルタモードでの新着・未読ステータス表示を修正。 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 #include #include +#include #include "summaryview.h" #include "quick_search.h" -- cgit v1.2.3