]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed cmake error (missing errno)
authorYann Collet <yann.collet.73@gmail.com>
Sun, 3 Jul 2016 23:37:30 +0000 (01:37 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Sun, 3 Jul 2016 23:37:30 +0000 (01:37 +0200)
programs/zstdcli.c

index d1693a3f89ce9d0720fefd66f7633ffdaa65cf93..129936e1516e53b5671b3ffdcaa501a45d74c1d6 100644 (file)
 /*-************************************
 *  Includes
 **************************************/
-#include "util.h"     /* Compiler options, UTIL_HAS_CREATEFILELIST, errno */
+#include "util.h"     /* Compiler options, UTIL_HAS_CREATEFILELIST */
 #include <string.h>   /* strcmp, strlen */
 #include <ctype.h>    /* toupper */
+#include <errno.h>
 #include "fileio.h"
 #ifndef ZSTD_NOBENCH
 #  include "bench.h"  /* BMK_benchFiles, BMK_SetNbIterations */