added missing time.h for windows compilation

This commit is contained in:
cyril soler 2016-11-17 14:23:25 +01:00
parent 1b9fe3bc8e
commit ff4e6f3b2c

View File

@ -3,6 +3,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#ifdef WINDOWS_SYS
#include "util/rswin.h"