From 0a506585a7bbdec5d84db657f423432d91c79535 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 13 May 2013 15:43:08 +0200 Subject: [PATCH] Fix segfault in nntp_disconnect_all() due to pointer truncation --- src/news.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/news.c b/src/news.c index 3717569..f6b7b44 100644 --- a/src/news.c +++ b/src/news.c @@ -36,6 +36,7 @@ #include #include +#include "account.h" #include "nntp-thread.h" #include "news.h" #include "news_gtk.h" -- 1.8.2.2