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

pushed aside stdio.h too

since only UTIL_DISPLAY() depended on it.
This commit is contained in:
Yann Collet
2019-11-26 15:25:32 -08:00
parent 7543cd055c
commit aaab618ae9
2 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@ extern "C" {
******************************************/
#include "util.h" /* note : ensure that platform.h is included first ! */
#include <stdlib.h> /* malloc, realloc, free */
#include <stdio.h> /* fprintf */
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC, nanosleep */
#include <errno.h>
#include <assert.h>