diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-12-22 09:58:58 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-12-22 09:58:58 (GMT) |
commit | fea95c156761ee10d32a4f12105ebd90c67d4f47 (patch) | |
tree | ec2cffd748088b15927b85282444baef5b243fc5 /programs/lz4io.c | |
parent | e6af952f8495de3a9e3cabb9a21e0ba4d7d28ff0 (diff) | |
download | lz4-fea95c156761ee10d32a4f12105ebd90c67d4f47.zip lz4-fea95c156761ee10d32a4f12105ebd90c67d4f47.tar.gz lz4-fea95c156761ee10d32a4f12105ebd90c67d4f47.tar.bz2 |
use FindFirstFileA and FindNextFileA on Windows
Diffstat (limited to 'programs/lz4io.c')
-rw-r--r-- | programs/lz4io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/lz4io.c b/programs/lz4io.c index e8370ea..640c76d 100644 --- a/programs/lz4io.c +++ b/programs/lz4io.c @@ -49,7 +49,7 @@ #include "util.h" /* UTIL_getFileStat, UTIL_setFileStat */ #include <stdio.h> /* fprintf, fopen, fread, stdin, stdout, fflush, getchar */ #include <stdlib.h> /* malloc, free */ -#include <string.h> /* strcmp, strlen */ +#include <string.h> /* strerror, strcmp, strlen */ #include <time.h> /* clock */ #include <sys/types.h> /* stat64 */ #include <sys/stat.h> /* stat64 */ |