diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2012-12-05 09:22:53 -0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-05 17:23:04 +0200 |
commit | 49b56120427efbfab3e8e67aadf33899c769ff36 (patch) | |
tree | cda099b782dc0f3f1c6c1bad6beaa1661344ae98 /obexd/plugins | |
parent | aa77b0bea9507229cadb219b6857a38ec3433f97 (diff) |
Use the entire include path for btio.h
Diffstat (limited to 'obexd/plugins')
-rw-r--r-- | obexd/plugins/bluetooth.c | 2 | ||||
-rw-r--r-- | obexd/plugins/syncevolution.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c index b2d6f288f..f57a51169 100644 --- a/obexd/plugins/bluetooth.c +++ b/obexd/plugins/bluetooth.c @@ -38,7 +38,7 @@ #include "transport.h" #include "service.h" #include "log.h" -#include "btio.h" +#include <btio/btio.h> #define BT_RX_MTU 32767 #define BT_TX_MTU 32767 diff --git a/obexd/plugins/syncevolution.c b/obexd/plugins/syncevolution.c index 24b2d5e96..93cf2bf8e 100644 --- a/obexd/plugins/syncevolution.c +++ b/obexd/plugins/syncevolution.c @@ -39,7 +39,7 @@ #include "mimetype.h" #include "log.h" #include "manager.h" -#include "btio.h" +#include <btio/btio.h> #include "obexd.h" #include "filesystem.h" |