aboutsummaryrefslogtreecommitdiffstats
path: root/main/dansguardian/fix-includes.patch
blob: 5fdf6c0b7f89265be174192a9fbceb3f3229134c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- dansguardian-2.12.0.3.orig/src/ImageContainer.cpp
+++ dansguardian-2.12.0.3/src/ImageContainer.cpp
@@ -16,6 +16,7 @@
 #include <stdexcept>
 #include <cerrno>
 #include <limits.h>
+#include <string.h>
 
 
 // GLOBALS
--- dansguardian-2.12.0.3.orig/src/SocketArray.cpp
+++ dansguardian-2.12.0.3/src/SocketArray.cpp
@@ -13,6 +13,7 @@
 #include "SocketArray.hpp"
 
 #include <syslog.h>
+#include <string.h>
 #include <cerrno>
 
 
--- dansguardian-2.12.0.3.orig/src/UDSocket.cpp
+++ dansguardian-2.12.0.3/src/UDSocket.cpp
@@ -21,6 +21,7 @@
 #include <unistd.h>
 #include <stdexcept>
 #include <stddef.h>
+#include <string.h>
 
 #ifdef DGDEBUG
 #include <iostream>