diff options
-rw-r--r-- | plugins/bluetooth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 457e0c0c..f9bc0b5b 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -31,9 +31,11 @@ #include <unistd.h> #include <glib.h> #include <gdbus.h> -#include <ofono.h> +#define OFONO_API_SUBJECT_TO_CHANGE #include <ofono/dbus.h> +#include <ofono/plugin.h> +#include <ofono/log.h> #include <btio.h> #include "bluetooth.h" |