1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

zstd_buffered => zbuff

This commit is contained in:
Yann Collet
2016-02-12 18:59:11 +01:00
parent e0a3084d30
commit 62ae5fb0d2
7 changed files with 13 additions and 12 deletions

View File

@ -65,7 +65,7 @@
#include "mem.h"
#include "fileio.h"
#include "zstd_static.h" /* ZSTD_magicNumber */
#include "zstd_buffered_static.h"
#include "zbuff_static.h"
#if defined(ZSTD_LEGACY_SUPPORT) && (ZSTD_LEGACY_SUPPORT==1)
# include "zstd_legacy.h" /* legacy */