1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-30 17:21:13 +03:00

minor comment (detailing an #include motivation)

This commit is contained in:
Yann Collet
2016-06-05 00:32:23 +02:00
parent 068a8c1b10
commit dc048d18d3

View File

@@ -35,7 +35,7 @@
***************************************/
#include <stdlib.h>
#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"