fixed perror include

This commit is contained in:
Yann Collet 2019-04-10 14:04:11 -07:00
parent 70802cde6d
commit 4765929271

View File

@ -11,7 +11,8 @@
/* === Dependencies === */
#include <stdlib.h> /* perror, abort */
#include <stdlib.h> /* abort */
#include <stdio.h> /* perror */
#include "timefn.h"