added <string.h> for strlen()

This commit is contained in:
inikep 2016-09-02 23:02:30 +02:00
parent 2cf32ef0f1
commit b3ae49c7bf

View File

@ -52,6 +52,8 @@
#include <sys/types.h> /* stat64 */
#include <sys/stat.h> /* stat64 */
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
#include <string.h> /* strlen */
#include "lz4.h"
#define COMPRESSOR0 LZ4_compress_local