From ce095579172778ebde6a20176875ee2702ec3340 Mon Sep 17 00:00:00 2001 From: Alvaro Soliverez Date: Mon, 7 Nov 2011 15:10:25 -0300 Subject: sd-daemon: support for building sd-daemon.c with Bionic (Android) sd-daemon.h is a drop-in file, so we should make sure it doesn't break builds for anybody. https://bugs.freedesktop.org/show_bug.cgi?id=42675 --- src/sd-daemon.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sd-daemon.c b/src/sd-daemon.c index e68b70875c..763e079b4e 100644 --- a/src/sd-daemon.c +++ b/src/sd-daemon.c @@ -32,7 +32,11 @@ #include #include #include +#ifdef __BIONIC__ +#include +#else #include +#endif #include #include #include -- cgit v1.2.3-54-g00ecf