Changes of Revision 14
[-] [+] | Changed | tac_plus-gcc43.patch |
@@ -28,3 +28,13 @@ using namespace std; +--- PracticalSocket.cpp.orig 2008-06-29 13:14:15.000000000 +0200 ++++ PracticalSocket.cpp 2008-06-29 13:14:53.000000000 +0200 +@@ -31,6 +31,7 @@ + #include <arpa/inet.h> // For inet_addr() + #include <unistd.h> // For close() + #include <netinet/in.h> // For sockaddr_in ++ #include <string.h> + typedef void raw_type; // Type used for raw data on this platform + #endif + |