Re: [PATCH] Add missing sys/time.h include

2017-04-21 Thread Thomas Jarosch
On Wednesday, 12 April 2017 07:55:22 CEST yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > When compiling libftdi with mingw toolchain it complains about > implicit declaration of gettimeofday(). applied, thanks. Cheers, Thomas -- libftdi - see

[PATCH] Add missing sys/time.h include

2017-04-11 Thread yegorslists
From: Yegor Yefremov When compiling libftdi with mingw toolchain it complains about implicit declaration of gettimeofday(). Signed-off-by: Yegor Yefremov --- src/ftdi_stream.c | 1 + 1 file changed, 1 insertion(+) diff --git