fixed include path for freerdp >= 1.0

Signed-off-by: Michael Jumper <zhangmaike@users.sourceforge.net>
This commit is contained in:
Jocelyn DELALANDE 2012-05-14 12:30:50 +02:00 committed by Michael Jumper
parent 7736e8f7aa
commit 8978181316
2 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,8 @@
#ifndef _GUAC_RDP_RDP_KEYMAP_H #ifndef _GUAC_RDP_RDP_KEYMAP_H
#define _GUAC_RDP_RDP_KEYMAP_H #define _GUAC_RDP_RDP_KEYMAP_H
#include <freerdp/kbd/layouts.h> #include <freerdp/locale/keyboard.h>
/** /**
* Represents a keysym-to-scancode mapping for RDP, with extra information * Represents a keysym-to-scancode mapping for RDP, with extra information

View File

@ -37,7 +37,8 @@
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
#include <freerdp/input.h> #include <freerdp/input.h>
#include <freerdp/kbd/layouts.h>
#include <freerdp/locale/keyboard.h>
#include "rdp_keymap.h" #include "rdp_keymap.h"