changeset 423 | 947ab54de4b7 |
parent 400 | d64bf28c4340 |
--- a/src/Network/Platform.hh Thu Jan 22 03:19:25 2009 +0200 +++ b/src/Network/Platform.hh Thu Jan 22 03:53:17 2009 +0200 @@ -30,6 +30,10 @@ #include <arpa/inet.h> #include <sys/time.h> #include <unistd.h> + + // NetworkErrno + #include <string.h> + #include <errno.h> #else // misc, here because ClanLib included these... #include <winsock2.h>