aboutsummaryrefslogtreecommitdiffstats
path: root/main/dansguardian/cstring.patch
blob: 53c48fcd700bf56a9a37532fed186708b328983b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>