channels/tsmf: fix build
This commit is contained in:
parent
4d240b627d
commit
882c914e6c
@ -29,8 +29,11 @@
|
||||
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/client/tsmf.h>
|
||||
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include "tsmf_constants.h"
|
||||
#include "tsmf_decoder.h"
|
||||
|
||||
|
@ -110,6 +110,7 @@ int rpc_client_on_fragment_received_event(rdpRpc* rpc)
|
||||
rpc_client_fragment_pool_return(rpc, fragment);
|
||||
|
||||
Queue_Enqueue(rpc->client->ReceiveQueue, rpc->client->pdu);
|
||||
SetEvent(rpc->transport->ReceiveEvent);
|
||||
rpc->client->pdu = NULL;
|
||||
|
||||
return 0;
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef HAVE_EVENTFD_H
|
||||
#include <sys/eventfd.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user