summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
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/hcid.h
parent884cfe825db1a0e8c98aa6a604fd4588a1de1340 (diff)
Make it possible to support an embedded GLib
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index be10dcc7..f8d58fc4 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -23,6 +23,9 @@
*
*/
+#define g_io_remove_watch g_source_remove
+#define g_timeout_remove g_source_remove
+
#include <time.h>
#include <sys/types.h>
@@ -30,7 +33,6 @@
#include <bluetooth/hci.h>
#include "logging.h"
-#include "glib-ectomy.h"
#define HCID_CONFIG_FILE CONFIGDIR "/hcid.conf"