1
0

patch-src_UDSocket_cpp 305 B

12345678910
  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. #ifdef DGDEBUG
  9. #include <iostream>