]> git.proxmox.com Git - swtpm.git/commitdiff
swtpm: Add missing signal.h include (BSDs)
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 27 Oct 2021 23:23:10 +0000 (19:23 -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/daemonize.c

index bce735f3c56428631f114bd4db0b3647eeaa0feb..01ffadfeee850f4bd9db633ec507928228646cf1 100644 (file)
@@ -43,6 +43,7 @@
 #include <sys/wait.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>