Fix a compilation error under WIN32.

This commit is contained in:
louyihua 2012-02-19 02:00:34 +08:00
parent 8189702ef3
commit 0684df1ae4
1 changed files with 2 additions and 2 deletions

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)