Mingw build fixups

- #ident not supported in EzUsb.cpp
- sleep() missing <unistd.h> in LibUsb.cpp
This commit is contained in:
Mark Liversedge
2011-12-12 22:24:22 +00:00
parent abfcf078fc
commit 330ad7df42
2 changed files with 1 additions and 1 deletions

View File

@@ -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 $"
/*

View File

@@ -21,6 +21,7 @@
#include <QString>
#include <QDebug>
#include <unistd.h>
#include "LibUsb.h"
#include "Settings.h"
#include "MainWindow.h"