Added GUI as parameter for client thread constructor. Fixed linux header for getaddrinfo.

This commit is contained in:
lotodore
2007-02-18 00:10:26 +00:00
parent 296399f166
commit fc25ae5a8b
4 changed files with 18 additions and 6 deletions
+1
View File
@@ -29,6 +29,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <errno.h>
#endif