14e9df4219
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@304 6952d904-891a-0410-993b-d76249ca496b
14 lines
363 B
Diff
14 lines
363 B
Diff
Joerg Bornkessel <hd_brummy@gentoo.org> 16 Aug 2007
|
|
|
|
diff -Naur client.c.orig client.c
|
|
--- client.c.orig 2007-08-16 15:09:02.000000000 +0200
|
|
+++ client.c 2007-08-16 15:09:24.000000000 +0200
|
|
@@ -14,6 +14,7 @@
|
|
#include <errno.h>
|
|
#include <netdb.h>
|
|
#include <signal.h>
|
|
+#include <stdlib.h>
|
|
typedef int SOCKET;
|
|
typedef void* WSAEVENT;
|
|
#define closesocket close
|