summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-11-03 14:53:07 -0700
committerAndroid Code Review <code-review@android.com>2010-11-03 14:53:07 -0700
commitaaf2e7655bcc7374c3562d2daf76577d4c3ac54c (patch)
treeaf14c9b272fcd62e91b6cac10e460be4f62e9695
parent6a5a63bd690b25d9c0b590f19169d6d3060f2330 (diff)
parent7826bd095a7ecfd642524cfd93a39a52986b73fc (diff)
downloadnetd-tools_r8.tar.gz
Merge "Include <bluedroid/bluetooth.h> only if HAVE_BLUETOOTH is defined."tools_r9tools_r8froyo-plus-aosp
-rw-r--r--PanController.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/PanController.cpp b/PanController.cpp
index e613874f..08e3024a 100644
--- a/PanController.cpp
+++ b/PanController.cpp
@@ -26,7 +26,9 @@
#include <netinet/in.h>
#include <arpa/inet.h>
+#ifdef HAVE_BLUETOOTH
#include <bluedroid/bluetooth.h>
+#endif
#define LOG_TAG "PanController"
#include <cutils/log.h>