summaryrefslogtreecommitdiffstats
path: root/src/klammail/options.c
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-15 10:03:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-16 10:35:15 +0900
commit74b0e9077b3c7d56cfcedcbf0fd30dd9d2ab7d01 (patch)
tree3938b71b87d3d717bec48b06bb79a6f63917308c /src/klammail/options.c
parenta6e2f4d194bef07f1c953cf13f8bde058be0f6a4 (diff)
downloadklamav-74b0e9077b3c7d56cfcedcbf0fd30dd9d2ab7d01.tar.gz
klamav-74b0e9077b3c7d56cfcedcbf0fd30dd9d2ab7d01.zip
Fix FTBFS causes by invalid casts. This resolves issue 37.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/klammail/options.c')
-rwxr-xr-xsrc/klammail/options.c3
1 files changed, 1 insertions, 2 deletions
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);