diff options
author | Slávek Banko <[email protected]> | 2021-03-22 01:11:25 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-03-22 01:11:45 +0100 |
commit | 1215e762b538023049f9623f9866679a24be54c1 (patch) | |
tree | 9da09c3e1b9f4ee2853a5bc9bd3da16e8022088e /src | |
parent | 63eaed145ead3f838ed0840d32fe9f160004ddf5 (diff) | |
download | klamav-1215e762b538023049f9623f9866679a24be54c1.tar.gz klamav-1215e762b538023049f9623f9866679a24be54c1.zip |
Fix FTBFS due to missing include.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d3370f11b5d346dd6aa0f7c7628525ccde140355)
Diffstat (limited to 'src')
-rw-r--r-- | src/dbviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbviewer.cpp b/src/dbviewer.cpp index 5b0caa8..f198775 100644 --- a/src/dbviewer.cpp +++ b/src/dbviewer.cpp @@ -28,6 +28,7 @@ #include <kprogress.h> #include <dirent.h> +#include <unistd.h> #include <zlib.h> #include <tdelocale.h> |