libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.4-2-g41fdb68

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 19 Sep 2017 16:20:02 +0200 (CEST)
The branch, master has been updated
       via  41fdb68d8ae4f556492addeae8366087e3576480 (commit)
      from  3b3a9614147038b37b69f5c2878841bad1db8af1 (commit)


- Log -----------------------------------------------------------------
commit 41fdb68d8ae4f556492addeae8366087e3576480
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Tue Sep 19 16:19:37 2017 +0200

    Fix ftdi_stream.c compilation on WIN32

-----------------------------------------------------------------------

Summary of changes:
 src/ftdi_stream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/ftdi_stream.c b/src/ftdi_stream.c
index 2ed39b3..1dc46ea 100644
--- a/src/ftdi_stream.c
+++ b/src/ftdi_stream.c
@@ -41,7 +41,9 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#ifndef _WIN32
 #include <sys/time.h>
+#endif
 #include <libusb.h>
 
 #include "ftdi.h"


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.4-2-g41fdb68, libftdi-git <=