]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
sig_atomic_t is defined in signal.h
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 8 Nov 2019 14:38:18 +0000 (15:38 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 8 Nov 2019 14:41:10 +0000 (15:41 +0100)
pdns/rec_channel.hh

index a391190d87b087c6b269e9243dfdd4593dc04c8d..732bd81eacd0ae1514971a710e00364cd6eb5516 100644 (file)
@@ -27,6 +27,7 @@
 #include <vector>
 #include <inttypes.h>
 #include <sys/un.h>
+#include <signal.h>
 #include <pthread.h>
 #include "iputils.hh"
 #include "dnsname.hh"