diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-19 13:11:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-19 13:11:42 +0100 |
commit | a822cbfa2e42d60c3cafe724a8571329ab6c632e (patch) | |
tree | 07ed520b26f7b75433370bb3ae4209d6a733cb9b /man/sd_booted.xml | |
parent | 0b3b020a178cf3b957fed627de13c895773995ec (diff) |
sd-daemon: fix #include lines since we now ship a shared library
Diffstat (limited to 'man/sd_booted.xml')
-rw-r--r-- | man/sd_booted.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_booted.xml b/man/sd_booted.xml index ebcde36b48..c9f538a3e6 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -49,7 +49,7 @@ <refsynopsisdiv> <funcsynopsis> - <funcsynopsisinfo>#include "sd-daemon.h"</funcsynopsisinfo> + <funcsynopsisinfo>#include <systemd/sd-daemon.h></funcsynopsisinfo> <funcprototype> <funcdef>int <function>sd_booted</function></funcdef> |