]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include cstdint in mtasker_ucontext.cc, noted by @zeha 13174/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 25 Aug 2023 12:08:36 +0000 (14:08 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 25 Aug 2023 12:08:58 +0000 (14:08 +0200)
pdns/recursordist/mtasker_ucontext.cc

index 2d0825921cd9a5fde77fec1af01dfc5769a330e0..9fcb3daaa0d639568e037f033420cb60598ef21c 100644 (file)
@@ -24,7 +24,8 @@
 #include <exception>
 #include <cstring>
 #include <cassert>
-#include <signal.h>
+#include <csignal>
+#include <cstdint>
 #include <ucontext.h>
 
 #ifdef PDNS_USE_VALGRIND