From: Simon McVittie Date: Wed, 27 Feb 2013 19:32:15 +0000 (+0000) Subject: include sd-daemon.h for sd_booted() X-Git-Tag: dbus-1.7.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef72d5df98eb923d3e02dbe46e936c6ae99e086a;p=thirdparty%2Fdbus.git include sd-daemon.h for sd_booted() --- diff --git a/dbus/dbus-sysdeps-util-unix.c b/dbus/dbus-sysdeps-util-unix.c index fe8843f14..81098cafe 100644 --- a/dbus/dbus-sysdeps-util-unix.c +++ b/dbus/dbus-sysdeps-util-unix.c @@ -58,6 +58,8 @@ #include #endif +#include "sd-daemon.h" + #ifndef O_BINARY #define O_BINARY 0 #endif