JANITORIAL: Yet another attempt at fixing compilation

This commit is contained in:
Ori Avtalion 2011-04-28 23:59:22 +03:00
parent 4d485fc741
commit 46cb9c785b
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#ifdef _WIN32_WCE
#include "common/system.h"
#include "common/textconsole.h"
#include "common/translation.h"
#include "common/mutex.h"

View File

@ -33,6 +33,7 @@
#include "backends/vkeybd/virtual-keyboard-parser.h"
#include "backends/vkeybd/keycode-descriptions.h"
#include "common/config-manager.h"
#include "common/textconsole.h"
#include "common/unzip.h"
#define KEY_START_CHAR ('[')