From: Yann Collet Date: Thu, 20 Dec 2018 02:38:37 +0000 (-0800) Subject: fixed 1 transitive include X-Git-Tag: v1.3.8~12^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4eb06a77b6232cd5509c4ed1138c70f6817678;p=thirdparty%2Fzstd.git fixed 1 transitive include --- diff --git a/zlibWrapper/examples/zwrapbench.c b/zlibWrapper/examples/zwrapbench.c index d2d6073f9..40e9ed557 100644 --- a/zlibWrapper/examples/zwrapbench.c +++ b/zlibWrapper/examples/zwrapbench.c @@ -17,6 +17,7 @@ #include /* fprintf, fopen, ftello64 */ #include /* clock_t, clock, CLOCKS_PER_SEC */ #include /* toupper */ +#include /* errno */ #include "mem.h" #define ZSTD_STATIC_LINKING_ONLY