added <string.h> for strlen()
This commit is contained in:
parent
2cf32ef0f1
commit
b3ae49c7bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user