1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01: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 <QString>
#include <QMutex>
#if defined(Q_OS_UNIX)
#if defined(Q_OS_LINUX)
#include <usb.h>
#endif
#include "hidapi.h"