]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/antithread.c
tdb2: tdb_foreach()
[ccan] / ccan / antithread / antithread.c
index e3f3bac92277379149ff5985509da319389f7e3a..cd383599a1cf948f0abeb1d7bfde624ff0572046 100644 (file)
@@ -1,3 +1,4 @@
+/* Licensed under GPLv3+ - see LICENSE file for details */
 #include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
@@ -6,6 +7,7 @@
 #include <sys/mman.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <signal.h>
 #include <errno.h>
 #include <assert.h>
 #include <err.h>