mirror of
https://github.com/facebook/zstd.git
synced 2025-11-30 00:03:21 -05: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:
parent
7e6278a706
commit
a925362534
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user