1 2 3 4 5 6 7 8 9 10 11
--- src/freenet/fcpv2.cpp 2009-01-04 18:43:26.000000000 +0100 +++ src/freenet/fcpv2.cpp.new 2009-01-13 19:08:03.000000000 +0100 @@ -3,6 +3,8 @@ #include <sstream> #include <algorithm> #include <cstdarg> +#include <cstring> +#include <cstdlib> #ifdef _WIN32 #include <ws2tcpip.h>