summaryrefslogtreecommitdiff
path: root/profiles/alert
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:14:21 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:14:21 -0800
commit85180c23f79808c5fe157bd289aa45b9eea64141 (patch)
tree273e7bb0ceedce7cb223ae32ab10309d7b9954e4 /profiles/alert
parentf02dbf1cd697665752c3095bf42b7c189a0e0bd2 (diff)
downloadbluez-85180c23f79808c5fe157bd289aa45b9eea64141.tar.gz
profiles: Fix includes for gdbus.h header
Diffstat (limited to 'profiles/alert')
-rw-r--r--profiles/alert/server.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/alert/server.c b/profiles/alert/server.c
index b99aa3fab..2f6e3cde1 100644
--- a/profiles/alert/server.c
+++ b/profiles/alert/server.c
@@ -28,19 +28,21 @@
#include <stdbool.h>
#include <errno.h>
-#include <gdbus/gdbus.h>
-#include <glib.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <glib.h>
+
#include "lib/bluetooth.h"
#include "lib/hci.h"
#include "lib/hci_lib.h"
#include "lib/sdp.h"
#include "lib/uuid.h"
+#include "gdbus/gdbus.h"
+
#include "src/plugin.h"
#include "src/dbus-common.h"
#include "attrib/att.h"