diff options
author | Michele Calgaro <[email protected]> | 2024-04-15 10:03:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-16 17:23:20 +0900 |
commit | b7cd64b9220f245bcea522dca8e202bf9819529c (patch) | |
tree | b010681362c4900fcd1ccbf28d788637b9d4f5ab /src/klammail/options.c | |
parent | 891c41833121030e071b0d1f3a7d7d916e9d0293 (diff) | |
download | klamav-b7cd64b9220f245bcea522dca8e202bf9819529c.tar.gz klamav-b7cd64b9220f245bcea522dca8e202bf9819529c.zip |
Fix FTBFS causes by invalid casts. This resolves issue 37.r14.1.2
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 74b0e9077b3c7d56cfcedcbf0fd30dd9d2ab7d01)
Diffstat (limited to 'src/klammail/options.c')
-rwxr-xr-x | src/klammail/options.c | 3 |
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); |