mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
added <errno.h> dependency
This commit is contained in:
parent
29652e2618
commit
a3d03a3973
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <string.h> /* memset */
|
||||
#include <stdio.h> /* fprintf, fopen, ftello64 */
|
||||
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
|
||||
#include <errno.h> /* errno */
|
||||
|
||||
#include "mem.h" /* read */
|
||||
#include "error_private.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue