blob: 3922e98f1b7be6bce72d4a5f938799cb5149c1d9 (
plain)
1
2
3
4
5
6
7
8
9
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>
|