Fix includes.

This commit is contained in:
Michael Jumper 2012-10-20 21:05:36 -07:00
parent db373e876b
commit 7c96d13d0d
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,8 @@
#ifndef _GUAC_RDP_CLIENT_H
#define _GUAC_RDP_CLIENT_H
#include <cairo/cairo.h>
#include <freerdp/freerdp.h>
#include <freerdp/codec/color.h>

View File

@ -42,6 +42,7 @@
#include <freerdp/plugins/cliprdr.h>
#include <guacamole/client.h>
#include <guacamole/protocol.h>
#include "client.h"
#include "rdp_cliprdr.h"