aports/main/dansguardian/cstring.patch
2022-08-06 15:55:00 +02:00

12 lines
274 B
Diff

diff --git a/src/UDSocket.cpp b/src/UDSocket.cpp
index 3d33ff6..db4de8c 100644
--- a/src/UDSocket.cpp
+++ b/src/UDSocket.cpp
@@ -13,6 +13,7 @@
#include "UDSocket.hpp"
#include <syslog.h>
+#include <cstring>
#include <csignal>
#include <fcntl.h>
#include <sys/time.h>