GDI stubs, working rect.
[libguac-client-rdp.git] / include / client.h
index 3c2c511..6bdcd10 100644 (file)
@@ -39,6 +39,7 @@
 #define _GUAC_RDP_CLIENT_H
 
 #include <freerdp/freerdp.h>
+#include <freerdp/codec/color.h>
 
 #include <guacamole/client.h>
 
@@ -72,5 +73,7 @@ typedef struct rdp_freerdp_context {
 
 } rdp_freerdp_context;
 
+extern CLRCONV guac_rdp_clrconv;
+
 #endif