From: Yann Collet Date: Wed, 10 Apr 2019 21:04:11 +0000 (-0700) Subject: fixed perror include X-Git-Tag: v1.4.0^2~6^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4765929271fbd3a2e60b3558225d0b7fe6527095;p=thirdparty%2Fzstd.git fixed perror include --- diff --git a/programs/timefn.c b/programs/timefn.c index 4b3b23839..cb545ad67 100644 --- a/programs/timefn.c +++ b/programs/timefn.c @@ -11,7 +11,8 @@ /* === Dependencies === */ -#include /* perror, abort */ +#include /* abort */ +#include /* perror */ #include "timefn.h"