add missing files dir

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@175 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2007-08-25 20:20:13 +00:00
parent b3916e4b75
commit db4fa9bacb
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Joerg Bornkessel <hd_brummy@gentoo.org> 16 Aug 2007
diff -Naur client.c.orig client.c
--- client.c.orig 2007-08-16 15:34:20.000000000 +0200
+++ client.c 2007-08-16 15:34:53.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