summaryrefslogtreecommitdiffstats
path: root/man/event-quick-child.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-04-02 21:22:36 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-04-03 10:58:39 +0200
commit2548ce6a30a1183a7bbbd699aafdf81249a5fe4e (patch)
treeafa56aa8fc0065aa407f19de4182c1ac2780654c /man/event-quick-child.c
parentman/examples: use strerror() instead of %m (diff)
downloadsystemd-2548ce6a30a1183a7bbbd699aafdf81249a5fe4e.tar.xz
systemd-2548ce6a30a1183a7bbbd699aafdf81249a5fe4e.zip
man/examples: fix sd- header path
Diffstat (limited to 'man/event-quick-child.c')
-rw-r--r--man/event-quick-child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/event-quick-child.c b/man/event-quick-child.c
index 8195efbaa5..b95ee1bef6 100644
--- a/man/event-quick-child.c
+++ b/man/event-quick-child.c
@@ -3,7 +3,7 @@
#include <assert.h>
#include <stdio.h>
#include <unistd.h>
-#include <sd-event.h>
+#include <systemd/sd-event.h>
int main(int argc, char **argv) {
pid_t pid = fork();