1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-958: add usb.h include only for linux

This commit is contained in:
Mathieu Rondonneau 2013-05-21 09:00:50 -07:00
parent ec42669787
commit c3033ece11

View File

@ -33,6 +33,9 @@
#include <QDebug>
#include <QString>
#include <QMutex>
#if defined(Q_OS_UNIX)
#include <usb.h>
#endif
#include "hidapi.h"
#include "opHID_const.h"
#include "opHID_global.h"