From b7cd64b9220f245bcea522dca8e202bf9819529c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Apr 2024 10:03:05 +0900 Subject: Fix FTBFS causes by invalid casts. This resolves issue 37. Signed-off-by: Michele Calgaro (cherry picked from commit 74b0e9077b3c7d56cfcedcbf0fd30dd9d2ab7d01) --- src/klammail/options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/klammail/options.c') diff --git a/src/klammail/options.c b/src/klammail/options.c index ffefd48..c6ef22e 100755 --- a/src/klammail/options.c +++ b/src/klammail/options.c @@ -31,8 +31,7 @@ #endif #include "options.h" -//#include "others.h" -//#include "shared.h" +#include "output.h" #include "memory.h" void clamdscan(struct optstruct *opt); -- cgit v1.2.1