From 96820e29dd71eeb51c980b2112d593295cad73c7 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 8 Nov 2019 15:38:18 +0100 Subject: [PATCH] sig_atomic_t is defined in signal.h --- pdns/rec_channel.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/rec_channel.hh b/pdns/rec_channel.hh index a391190d87..732bd81eac 100644 --- a/pdns/rec_channel.hh +++ b/pdns/rec_channel.hh @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "iputils.hh" #include "dnsname.hh" -- 2.47.2