Fix include for system lz4.

This commit is contained in:
Adam Ierymenko 2016-06-08 12:50:56 -07:00
parent 4da9d4e53a
commit 6c6b18d003
2 changed files with 5 additions and 0 deletions

View file

@ -34,7 +34,11 @@
#include "Utils.hpp"
#include "Buffer.hpp"
#ifdef ZT_USE_SYSTEM_LZ4
#include <lz4.h>
#else
#include "../ext/lz4/lz4.h"
#endif
/**
* Protocol version -- incremented only for major changes