summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/opietooth2/OTDriver.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/OTDriver.cpp b/noncore/settings/networksettings2/opietooth2/OTDriver.cpp
index cfd0491..dbc9b97 100644
--- a/noncore/settings/networksettings2/opietooth2/OTDriver.cpp
+++ b/noncore/settings/networksettings2/opietooth2/OTDriver.cpp
@@ -13,7 +13,9 @@
13 13
14#include <sys/poll.h> 14#include <sys/poll.h>
15#include <bluezlib.h> 15#include <bluezlib.h>
16 16#ifndef GET_LINK_QUALITY_RP_SIZE
17#define GET_LINK_QUALITY_RP_SIZE READ_LINK_QUALITY_RP_SIZE
18#endif
17#include <OTGateway.h> 19#include <OTGateway.h>
18#include <OTDriver.h> 20#include <OTDriver.h>
19#include <OTHCISocket.h> 21#include <OTHCISocket.h>