changed error_public.h into zstd_errors.h

This commit is contained in:
Yann Collet
2016-10-11 16:41:09 -07:00
parent 564b94183c
commit a17fd7312a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include <time.h> /* clock_t */
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressContinue, ZSTD_compressBlock */
#include "zstd.h" /* ZSTD_VERSION_STRING */
#include "error_public.h" /* ZSTD_getErrorCode */
#include "zstd_errors.h" /* ZSTD_getErrorCode */
#include "zdict.h" /* ZDICT_trainFromBuffer */
#include "datagen.h" /* RDG_genBuffer */
#include "mem.h"