mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing time.h for windows compilation
This commit is contained in:
parent
1b9fe3bc8e
commit
ff4e6f3b2c
@ -3,6 +3,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef WINDOWS_SYS
|
||||
#include "util/rswin.h"
|
||||
|
Loading…
Reference in New Issue
Block a user