tfreerdp-server: fix compilation on Mac OS X

This commit is contained in:
Marc-André Moreau 2011-09-15 17:39:23 -04:00
parent fa4aa9f297
commit 95c2aede06

View File

@ -24,6 +24,7 @@
#include <errno.h>
#include <pthread.h>
#include <signal.h>
#include <sys/time.h>
#include <freerdp/constants.h>
#include <freerdp/utils/sleep.h>
#include <freerdp/utils/memory.h>