Accidentally reversed ifdef condition

This commit is contained in:
Lior Halphon 2017-10-13 17:28:32 +03:00
parent 57f50edaa2
commit 6c97bb9052
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <sys/time.h>
#endif
#ifdef DISABLE_TIMEKEEPING
#ifndef DISABLE_TIMEKEEPING
static int64_t get_nanoseconds(void)
{
#ifndef _WIN32