channels/tsmf: fix build

This commit is contained in:
Marc-André Moreau 2013-03-21 14:45:03 -04:00
parent 4d240b627d
commit 882c914e6c
3 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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;

View File

@ -35,7 +35,6 @@
#include <unistd.h>
#endif
#ifdef HAVE_EVENTFD_H
#include <sys/eventfd.h>
#include <errno.h>