commit | 7826bd095a7ecfd642524cfd93a39a52986b73fc | [log] [tgz] |
---|---|---|
author | Rene Bolldorf <xsecute@googlemail.com> | Tue Aug 17 19:07:01 2010 +0200 |
committer | Rene Bolldorf <xsecute@googlemail.com> | Tue Aug 17 19:07:01 2010 +0200 |
tree | af14c9b272fcd62e91b6cac10e460be4f62e9695 | |
parent | 6a5a63bd690b25d9c0b590f19169d6d3060f2330 [diff] [blame] |
Include <bluedroid/bluetooth.h> only if HAVE_BLUETOOTH is defined. Change-Id: Ie679cf8b382c4d0abafc0f81ab28fa0762ff179c
diff --git a/PanController.cpp b/PanController.cpp index e613874..08e3024 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>