From a822cbfa2e42d60c3cafe724a8571329ab6c632e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Dec 2011 13:11:42 +0100 Subject: [PATCH] sd-daemon: fix #include lines since we now ship a shared library --- man/sd-daemon.xml | 2 +- man/sd_booted.xml | 2 +- man/sd_is_fifo.xml | 2 +- man/sd_listen_fds.xml | 2 +- man/sd_notify.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index cd67d9992..383d77f59 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 ebcde36b4..c9f538a3e 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 f6fafabc3..82b89bb29 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 3276aff63..68a45cd76 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 dd0ba935d..1b5568074 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 -- 2.30.2