Merge pull request #1364 from G10h4ck/safer_time

Use safer rstime_t instead of time_t
This commit is contained in:
csoler 2018-10-10 22:03:51 +02:00 committed by GitHub
commit 09b109d522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
240 changed files with 966 additions and 939 deletions

View file

@ -28,7 +28,7 @@
#include <sys/time.h>
#ifdef WINDOWS_SYS
#include <time.h>
#include "util/rstime.h"
#include <sys/timeb.h>
#endif