mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue