mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 05:13:25 +01:00
Include sys/time.h on BSD
This commit is contained in:
parent
a8d043b6dd
commit
110f110181
@ -45,6 +45,8 @@ static const char _NR[] = {
|
|||||||
// FreeBSD also doesn't need timeb.h
|
// FreeBSD also doesn't need timeb.h
|
||||||
#ifndef __FreeBSD__
|
#ifndef __FreeBSD__
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
|
#else
|
||||||
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user