talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 8891f6e23e51b38c54c7b717fa0922cb101b76a2
parent 42cbb5fdf01b3dd62ad047473cc11e0a2e92f4bc
Author: Andrej Kacian <andrej@kacian.sk>
Date:   Sun, 12 May 2013 15:14:29 +0200

Fix compiler warning.

Diffstat:
Msrc/news.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/news.c b/src/news.c @@ -56,6 +56,7 @@ #include "remotefolder.h" #include "alertpanel.h" #include "inc.h" +#include "account.h" #ifdef USE_GNUTLS # include "ssl.h" #endif