diff --git a/programs/zstdcli.c b/programs/zstdcli.c index d1693a3f..129936e1 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -31,9 +31,10 @@ /*-************************************ * Includes **************************************/ -#include "util.h" /* Compiler options, UTIL_HAS_CREATEFILELIST, errno */ +#include "util.h" /* Compiler options, UTIL_HAS_CREATEFILELIST */ #include /* strcmp, strlen */ #include /* toupper */ +#include #include "fileio.h" #ifndef ZSTD_NOBENCH # include "bench.h" /* BMK_benchFiles, BMK_SetNbIterations */