]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4107] Add missing cstring include for strerror()
authorAndrei Pavel <andrei@isc.org>
Wed, 17 Sep 2025 15:19:02 +0000 (18:19 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 17 Sep 2025 16:52:30 +0000 (19:52 +0300)
src/lib/util/pid_file.cc

index 7483b35359e98b63748da4673f102cdbf94a8126..085ffd03810f961558069455676c12120084ab14 100644 (file)
@@ -9,6 +9,7 @@
 #include <util/pid_file.h>
 
 #include <cerrno>
+#include <cstring>
 
 #include <fcntl.h>
 #include <signal.h>