missing #include for Windows
This commit is contained in:
+2
-1
@@ -25,7 +25,8 @@
|
|||||||
#include <stdlib.h> /* free */
|
#include <stdlib.h> /* free */
|
||||||
#include <stdio.h> /* fgets, sscanf */
|
#include <stdio.h> /* fgets, sscanf */
|
||||||
#include <string.h> /* strcmp */
|
#include <string.h> /* strcmp */
|
||||||
#undef NDEBUG
|
#include <time.h> /* time(), time_t */
|
||||||
|
#undef NDEBUG /* always enable assert() */
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressContinue, ZSTD_compressBlock */
|
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressContinue, ZSTD_compressBlock */
|
||||||
#include "debug.h" /* DEBUG_STATIC_ASSERT */
|
#include "debug.h" /* DEBUG_STATIC_ASSERT */
|
||||||
|
|||||||
Reference in New Issue
Block a user