diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-27 19:32:15 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-27 19:32:15 +0000 |
commit | ef72d5df98eb923d3e02dbe46e936c6ae99e086a (patch) | |
tree | 5c2287836c7850279d89cb0edb363fc377b759b5 | |
parent | 88642f6fee46a4c6d1fde8ae221494a6b3188bd4 (diff) | |
download | dbus-ef72d5df98eb923d3e02dbe46e936c6ae99e086a.tar.gz |
include sd-daemon.h for sd_booted()
-rw-r--r-- | dbus/dbus-sysdeps-util-unix.c | 2 |
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 |