From 66c701ac9305c87aeef631dc58a9b1c92ba76b43 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 1 Dec 2005 05:17:09 +0000 Subject: fixed compilation failure on some environments. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@793 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 5 +++++ ChangeLog.ja | 5 +++++ libsylph/session.h | 2 +- libsylph/smtp.h | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f1e11ee..e1085003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-01 + + * libsylph/session.h + libsylph/smtp.h: fixed compilation failure on some environments. + 2005-11-30 * src/summaryview.[ch]: display progress on filtering. diff --git a/ChangeLog.ja b/ChangeLog.ja index 0f8b4b5c..3f52d41d 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,8 @@ +2005-12-01 + + * libsylph/session.h + libsylph/smtp.h: 一部環境でコンパイルが失敗するのを修正。 + 2005-11-30 * src/summaryview.[ch]: 振り分け時に進捗を表示。 diff --git a/libsylph/session.h b/libsylph/session.h index d9cc3fdb..de39f2dd 100644 --- a/libsylph/session.h +++ b/libsylph/session.h @@ -25,7 +25,7 @@ #endif #include - +#include #include #include diff --git a/libsylph/smtp.h b/libsylph/smtp.h index 4bb10b6e..1375828c 100644 --- a/libsylph/smtp.h +++ b/libsylph/smtp.h @@ -25,6 +25,7 @@ #endif #include +#include #include "session.h" -- cgit v1.2.3