diff --git a/CHANGES b/CHANGES index 64ac3e6..7ef0176 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ v0.3 - update to zstd 1.1.3 and lz4 1.7.5 +- changed options, -T is used for the thread count now (like zstdmt of Yann) v0.2 - update to zstd 1.1.2, lz4 1.7.4, lz5 1.5 diff --git a/lib/list.h b/lib/list.h index 7ecbce9..6447598 100644 --- a/lib/list.h +++ b/lib/list.h @@ -39,7 +39,7 @@ extern "C" { #endif -#include "mem.h" +#include "memmt.h" struct list_head { struct list_head *prev;