mirror of https://github.com/FreeRDP/FreeRDP
Fix a compilation error under WIN32.
This commit is contained in:
parent
8189702ef3
commit
0684df1ae4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue