1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Also Move programs/ Directory to Relative Includes

This commit is contained in:
W. Felix Handte
2020-05-01 16:20:40 -04:00
parent 6028827fee
commit 7dcca6bc64
10 changed files with 17 additions and 20 deletions

View File

@ -40,7 +40,7 @@
#ifndef ZSTD_NODICT
# include "dibio.h" /* ZDICT_cover_params_t, DiB_trainFromFiles() */
#endif
#include "zstd.h" /* ZSTD_VERSION_STRING, ZSTD_minCLevel, ZSTD_maxCLevel */
#include "../lib/zstd.h" /* ZSTD_VERSION_STRING, ZSTD_minCLevel, ZSTD_maxCLevel */
/*-************************************