summaryrefslogtreecommitdiffstats
path: root/daemon/main.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 /daemon/main.c
parent884cfe825db1a0e8c98aa6a604fd4588a1de1340 (diff)
Make it possible to support an embedded GLib
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 56cc7782..1653ba75 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -33,11 +33,12 @@
#include <getopt.h>
#include <sys/stat.h>
+#include <glib.h>
+
#include <dbus/dbus.h>
#include "dbus-helper.h"
-#include "glib-ectomy.h"
#include "dbus.h"
#include "notify.h"
#include "logging.h"