mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
missing #include for Windows
This commit is contained in:
parent
a2ef23dec0
commit
2086e7396e
@ -25,7 +25,8 @@
|
||||
#include <stdlib.h> /* free */
|
||||
#include <stdio.h> /* fgets, sscanf */
|
||||
#include <string.h> /* strcmp */
|
||||
#undef NDEBUG
|
||||
#include <time.h> /* time(), time_t */
|
||||
#undef NDEBUG /* always enable assert() */
|
||||
#include <assert.h>
|
||||
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressContinue, ZSTD_compressBlock */
|
||||
#include "debug.h" /* DEBUG_STATIC_ASSERT */
|
||||
|
Loading…
x
Reference in New Issue
Block a user