summaryrefslogtreecommitdiff
path: root/src/udev
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-18 10:25:59 +0900
committerGitHub <noreply@github.com>2019-05-18 10:25:59 +0900
commitc9f0f21e28bbbd90092315fcff31a1fef4f0937d (patch)
treeccbf5799b1dabd037dee664d2ef29523b26770e1 /src/udev
parent8f02c9b0850152e2c0d09e53e9572a5c478f30c9 (diff)
parent56e3c9581e2c9b7435d5fcbd74b47c7ccf6b3891 (diff)
downloadsystemd-c9f0f21e28bbbd90092315fcff31a1fef4f0937d.tar.gz
Merge pull request #12593 from AdrianBunk/master
Small changes from Yocto/musl builds
Diffstat (limited to 'src/udev')
-rw-r--r--src/udev/udev-event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/udev-event.c b/src/udev/udev-event.c
index cab1b5ac0c..a0a7ac0f9e 100644
--- a/src/udev/udev-event.c
+++ b/src/udev/udev-event.c
@@ -7,6 +7,7 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/wait.h>
#include <unistd.h>
#include "sd-event.h"