diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
commit | 2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch) | |
tree | 69a9d126a579863abbcf09241bf825754e93e04e /package/dansguardian/patches/patch-src_UDSocket_cpp | |
parent | d095aec6ce9898c422e86df46195e3410eb1f163 (diff) | |
parent | 2975c1ab583edcfbb46626f003867738fcb0b556 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dansguardian/patches/patch-src_UDSocket_cpp')
-rw-r--r-- | package/dansguardian/patches/patch-src_UDSocket_cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/dansguardian/patches/patch-src_UDSocket_cpp b/package/dansguardian/patches/patch-src_UDSocket_cpp new file mode 100644 index 000000000..3922e98f1 --- /dev/null +++ b/package/dansguardian/patches/patch-src_UDSocket_cpp @@ -0,0 +1,10 @@ +--- dansguardian-2.12.0.3.orig/src/UDSocket.cpp 2012-09-29 22:06:45.000000000 +0200 ++++ dansguardian-2.12.0.3/src/UDSocket.cpp 2013-12-07 10:05:50.000000000 +0100 +@@ -21,6 +21,7 @@ + #include <unistd.h> + #include <stdexcept> + #include <stddef.h> ++#include <string.h> + + #ifdef DGDEBUG + #include <iostream> |