Needed for std::isspace Signed-off-by: Rosen Penev <[email protected]> --- command_mode.cc | 1 + 1 file changed, 1 insertion(+)
diff --git a/command_mode.cc b/command_mode.cc index bd2208a..ec6a389 100644 --- a/command_mode.cc +++ b/command_mode.cc @@ -18,6 +18,7 @@ #define _FILE_OFFSET_BITS 64 #include <cerrno> +#include <cctype> #include <climits> #include <cstdio> #include <cstring> -- 2.17.1 _______________________________________________ Bug-ddrescue mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-ddrescue
