]> git.proxmox.com Git - swtpm.git/commitdiff
swtpm_setup: Add missing sys/wait.h include (BSDs)
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 27 Oct 2021 23:24:06 +0000 (19:24 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 28 Oct 2021 00:13:39 +0000 (20:13 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
src/swtpm_setup/swtpm_setup.c

index 63f86b93255bccf10513473725859de9da30dce8..c82df0c3d5b4ff7afc973822ec61a47a467e410b 100644 (file)
@@ -21,6 +21,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/types.h>
+#include <sys/wait.h>
 
 #include <glib.h>
 #include <glib/gstdio.h>