1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-04-11 03:02:20 +02:00

OP-958: fix compiler error (showing on bambo)

This commit is contained in:
Mathieu Rondonneau 2013-05-21 19:06:48 -07:00
parent c3033ece11
commit 133a801dc5

View File

@ -33,7 +33,7 @@
#include <QDebug> #include <QDebug>
#include <QString> #include <QString>
#include <QMutex> #include <QMutex>
#if defined(Q_OS_UNIX) #if defined(Q_OS_LINUX)
#include <usb.h> #include <usb.h>
#endif #endif
#include "hidapi.h" #include "hidapi.h"