avoid warning reg. redefined macro

This commit is contained in:
Joachim Schmitz 2014-06-17 13:07:27 +02:00
parent 33da9c14bd
commit 82742300cd

View file

@ -14,7 +14,9 @@
#include "sys/time.h"
#include "pthread.h"
#ifndef NSEC_PER_MSEC
#define NSEC_PER_MSEC 1000000
#endif
#define THREAD_IMPORTANCE 30
static int time_started_flag = FALSE;