Fix LZ4 warning.
This commit is contained in:
parent
ba158d8dc6
commit
7612bf3302
5 changed files with 99 additions and 25 deletions
|
@ -34,11 +34,11 @@
|
|||
#include "Utils.hpp"
|
||||
#include "Buffer.hpp"
|
||||
|
||||
#ifdef ZT_USE_SYSTEM_LZ4
|
||||
#include <lz4.h>
|
||||
#else
|
||||
//#ifdef ZT_USE_SYSTEM_LZ4
|
||||
//#include <lz4.h>
|
||||
//#else
|
||||
#include "../ext/lz4/lz4.h"
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
/**
|
||||
* Protocol version -- incremented only for major changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue