netperf: fix compile with gcc >= 10
[openadk.git] / package / dansguardian / patches / patch-src_UDSocket_cpp
blob3922e98f1b7be6bce72d4a5f938799cb5149c1d9
1 --- dansguardian-2.12.0.3.orig/src/UDSocket.cpp 2012-09-29 22:06:45.000000000 +0200
2 +++ dansguardian-2.12.0.3/src/UDSocket.cpp      2013-12-07 10:05:50.000000000 +0100
3 @@ -21,6 +21,7 @@
4  #include <unistd.h>
5  #include <stdexcept>
6  #include <stddef.h>
7 +#include <string.h>
8  
9  #ifdef DGDEBUG
10  #include <iostream>