compilation under mac

This commit is contained in:
Alexey Spizhevoy
2011-05-18 13:02:27 +00:00
parent 8a47b3d5d5
commit 7d350280c0
3 changed files with 19 additions and 8 deletions

View File

@@ -575,7 +575,7 @@ typedef struct _NcvTimeMoment NcvTimeMoment;
return 1000.0 * 2 * ((t2->moment) - (t1->moment)) / (t1->freq + t2->freq);
}
#elif defined(__unix__)
#elif defined(__GNUC__)
#include <sys/time.h>