mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 03:59:33 +00:00
Include sys/time.h on BSD
This commit is contained in:
parent
a8d043b6dd
commit
110f110181
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ static const char _NR[] = {
|
|||
// FreeBSD also doesn't need timeb.h
|
||||
#ifndef __FreeBSD__
|
||||
#include <sys/timeb.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
Loading…
Reference in a new issue