From dc048d18d3662795a60e34fa4d0025f3d56896b5 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 5 Jun 2016 00:32:23 +0200 Subject: [PATCH] minor comment (detailing an `#include` motivation) --- lib/compress/zbuff_compress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compress/zbuff_compress.c b/lib/compress/zbuff_compress.c index 367320e2b..9c9c8059f 100644 --- a/lib/compress/zbuff_compress.c +++ b/lib/compress/zbuff_compress.c @@ -35,7 +35,7 @@ ***************************************/ #include #include "error_private.h" -#include "zstd_internal.h" /* MIN, ZSTD_blockHeaderSize, ZSTD_BLOCKSIZE_MAX */ +#include "zstd_internal.h" /* MIN, ZSTD_BLOCKHEADERSIZE, defaultCustomMem */ #define ZBUFF_STATIC_LINKING_ONLY #include "zbuff.h"