diff options
Diffstat (limited to 'x_keymap.c')
-rw-r--r-- | x_keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x_keymap.c b/x_keymap.c index 9f72fc3ebf..08cf95eb67 100644 --- a/x_keymap.c +++ b/x_keymap.c @@ -21,7 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "qemu-common.h" + static const uint8_t x_keycode_to_pc_keycode[115] = { 0xc7, /* 97 Home */ 0xc8, /* 98 Up */ |