summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-20 05:26:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-20 05:26:15 +0000
commit8cc5595d9091b484b9a4abe314c0f3ec055e0581 (patch)
tree0d20c6f621673dbdb6095fb4854077152c1d9b40 /hcid/dbus-hci.c
parent884cfe825db1a0e8c98aa6a604fd4588a1de1340 (diff)
Make it possible to support an embedded GLib
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index 4b63c7c6..165eb142 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -39,9 +39,9 @@
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
-#include <dbus/dbus.h>
+#include <glib.h>
-#include "glib-ectomy.h"
+#include <dbus/dbus.h>
#include "hcid.h"
#include "dbus.h"