Merge pull request #441 from louyihua/master

Fix a compilation error under WIN32
This commit is contained in:
Marc-André Moreau 2012-02-18 13:03:51 -08:00
commit 4e6a2e3226

View File

@ -26,8 +26,6 @@
#include <freerdp/utils/memory.h>
#include <freerdp/utils/hexdump.h>
#include <freerdp/auth/credssp.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
@ -41,6 +39,8 @@
#include "fastpath.h"
#include "transport.h"
#include <freerdp/auth/credssp.h>
#define BUFFER_SIZE 16384
STREAM* transport_recv_stream_init(rdpTransport* transport, int size)