1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

minor : fixed missing include

I presume it was not detected before
because "fileio.h" is probably always included after "util.h".
This commit is contained in:
Yann Collet
2022-08-03 20:52:15 +02:00
parent 7e6278a706
commit a925362534

View File

@ -12,8 +12,9 @@
#ifndef FILEIO_H_23981798732
#define FILEIO_H_23981798732
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressionParameters */
#include "fileio_types.h"
#include "util.h" /* FileNamesTable */
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressionParameters */
#include "../lib/zstd.h" /* ZSTD_* */
#if defined (__cplusplus)