GUAC-730: Add missing rail headers to guac_handlers.c.

This commit is contained in:
Michael Jumper 2014-06-10 19:37:06 -07:00
parent 6f5991c504
commit 1973f42f61

View File

@ -50,6 +50,12 @@
#include "compat/client-cliprdr.h"
#endif
#ifdef LEGACY_FREERDP
#include "compat/rail.h"
#else
#include <freerdp/rail.h>
#endif
#include <errno.h>
#include <pthread.h>
#include <stdlib.h>