@@ -29,11 +29,12 @@
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 @@
++++ PracticalSocket.cpp 2008-06-29 13:17:58.000000000 +0200
+@@ -31,6 +31,8 @@
#include <arpa/inet.h> // For inet_addr()
#include <unistd.h> // For close()
#include <netinet/in.h> // For sockaddr_in
++ #include <stdlib.h>
+ #include <string.h>
typedef void raw_type; // Type used for raw data on this platform
#endif
|