We must include <time.h> with mingw.

This is a error anyway, linux or window. So just add the include.
This commit is contained in:
Matthieu Gautier 2017-01-17 15:54:44 +01:00
parent 753a39beb0
commit 72f1be3dbd
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include "reader.h"
#include <time.h>
inline char hi(char v) {
char hex[] = "0123456789abcdef";