added #include <stdint.h> which is needed when compiling with MinGW/cgywin under Windows.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1024 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-02-08 21:07:11 +00:00
parent 96a9aee189
commit 209bb758e2

View File

@ -43,6 +43,7 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stdio.h>
#include <stdint.h>
typedef int socklen_t;
#endif