summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-02-27 19:32:15 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-02-27 19:32:15 +0000
commitef72d5df98eb923d3e02dbe46e936c6ae99e086a (patch)
tree5c2287836c7850279d89cb0edb363fc377b759b5
parent88642f6fee46a4c6d1fde8ae221494a6b3188bd4 (diff)
downloaddbus-ef72d5df98eb923d3e02dbe46e936c6ae99e086a.tar.gz
include sd-daemon.h for sd_booted()
-rw-r--r--dbus/dbus-sysdeps-util-unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-util-unix.c b/dbus/dbus-sysdeps-util-unix.c
index fe8843f1..81098caf 100644
--- a/dbus/dbus-sysdeps-util-unix.c
+++ b/dbus/dbus-sysdeps-util-unix.c
@@ -58,6 +58,8 @@
#include <sys/syslimits.h>
#endif
+#include "sd-daemon.h"
+
#ifndef O_BINARY
#define O_BINARY 0
#endif