added <errno.h> dependency

dev
Yann Collet 2016-07-06 16:27:17 +02:00
parent 29652e2618
commit a3d03a3973
1 changed files with 1 additions and 0 deletions

View File

@ -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"