From 330ad7df42836e6fc72af372e6e68dae887ff372 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Mon, 12 Dec 2011 22:24:22 +0000 Subject: [PATCH] Mingw build fixups - #ident not supported in EzUsb.cpp - sleep() missing in LibUsb.cpp --- src/EzUsb.h | 1 - src/LibUsb.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EzUsb.h b/src/EzUsb.h index 72e03ad26..9f4ca1a3e 100644 --- a/src/EzUsb.h +++ b/src/EzUsb.h @@ -19,7 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: ezusb.h,v 1.1 2007/03/19 20:46:30 cfavi Exp $" /* diff --git a/src/LibUsb.cpp b/src/LibUsb.cpp index 8b3768252..d2aa4fe5e 100644 --- a/src/LibUsb.cpp +++ b/src/LibUsb.cpp @@ -21,6 +21,7 @@ #include #include +#include #include "LibUsb.h" #include "Settings.h" #include "MainWindow.h"