fosphor: Don't redefine gettimeofday in mingw build

Thanks to Martin Hauke <mardnh@gmx.de> for reporting

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2015-11-12 21:05:01 +01:00
parent acdddf6e90
commit b17258f1fc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static const int k_db_per_div[] = { 1, 2, 5, 10, 20 };
/* Timing utils */
/* ------------------------------------------------------------------------ */
#ifdef _WIN32
#if defined(_WIN32) && !defined(__MINGW32__)
#include <time.h>
#include <windows.h>