Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Feb 6, 2017
1 parent f9bd841 commit dad8d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
extern "C" {
#endif

#include "mem.h"
#include "memmt.h"

struct list_head {
struct list_head *prev;
Expand Down

0 comments on commit dad8d02

Please sign in to comment.