Include sys/time.h on BSD

pull/95/head
fluffypony 10 years ago
parent a8d043b6dd
commit 110f110181

@ -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…
Cancel
Save