Add support for ignoring certificate, security, authentication, and pre-connection...
[libguac-client-rdp.git] / src / rdp_keymap_en_us.c
index 7be6422..2e6dc6f 100644 (file)
  * ***** END LICENSE BLOCK ***** */
 
 #include <freerdp/input.h>
+
+#ifdef HAVE_FREERDP_LOCALE_KEYBOARD_H
+#include <freerdp/locale/keyboard.h>
+#else
 #include <freerdp/kbd/layouts.h>
+#endif
 
 #include "rdp_keymap.h"