From: Lennart Poettering Date: Mon, 19 Dec 2011 12:11:42 +0000 (+0100) Subject: sd-daemon: fix #include lines since we now ship a shared library X-Git-Tag: v38~144^2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a822cbfa2e42d60c3cafe724a8571329ab6c632e;p=thirdparty%2Fsystemd.git sd-daemon: fix #include lines since we now ship a shared library --- diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index cd67d9992a3..383d77f5951 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -50,7 +50,7 @@ - #include "sd-daemon.h" + #include <systemd/sd-daemon.h> diff --git a/man/sd_booted.xml b/man/sd_booted.xml index ebcde36b488..c9f538a3e6e 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -49,7 +49,7 @@ - #include "sd-daemon.h" + #include <systemd/sd-daemon.h> int sd_booted diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index f6fafabc393..82b89bb2905 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -53,7 +53,7 @@ - #include "sd-daemon.h" + #include <systemd/sd-daemon.h> int sd_is_fifo diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 3276aff63df..68a45cd7668 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -49,7 +49,7 @@ - #include "sd-daemon.h" + #include <systemd/sd-daemon.h> #define SD_LISTEN_FDS_START 3 diff --git a/man/sd_notify.xml b/man/sd_notify.xml index dd0ba935d6c..1b556807489 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -50,7 +50,7 @@ - #include "sd-daemon.h" + #include <systemd/sd-daemon.h> int sd_notify