summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-19 14:54:39 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-19 14:54:39 -0800
commit7612bf3302eef8a49658eaeca09504be588f6398 (patch)
tree42ac2d18d0a081b304abebe8e4bbb083a2b5421b /node/Packet.hpp
parentba158d8dc6d05db2fc330913d0ab76af1e306055 (diff)
downloadinfinitytier-7612bf3302eef8a49658eaeca09504be588f6398.tar.gz
infinitytier-7612bf3302eef8a49658eaeca09504be588f6398.zip
Fix LZ4 warning.
Diffstat (limited to 'node/Packet.hpp')
-rw-r--r--node/Packet.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index 5ecbecba..0ac5d9d3 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -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