diff options
Diffstat (limited to 'serial/port.c')
| -rw-r--r-- | serial/port.c | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/serial/port.c b/serial/port.c index f2c0eb61..98b751be 100644 --- a/serial/port.c +++ b/serial/port.c @@ -36,12 +36,13 @@  #include <sys/stat.h>  #include <fcntl.h> -#include <glib.h> -  #include <bluetooth/bluetooth.h>  #include <bluetooth/rfcomm.h> -#include "dbus.h" +#include <glib.h> + +#include <gdbus.h> +  #include "dbus-helper.h"  #include "logging.h" | 
