From 76c801950d0f596ba7804088a838ecc8d8dc9d5e 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 (cherry picked from commit a822cbfa2e42d60c3cafe724a8571329ab6c632e) --- 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 cd67d99..383d77f 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 ebcde36..c9f538a 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 f6fafab..82b89bb 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 3276aff..68a45cd 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 62347f8..c3791ce 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 -- 1.7.7.5