=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/keymap.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- src/usr.bin/mg/keymap.c 2015/03/16 13:47:48 1.53 +++ src/usr.bin/mg/keymap.c 2015/03/19 21:22:15 1.54 @@ -1,4 +1,4 @@ -/* $OpenBSD: keymap.c,v 1.53 2015/03/16 13:47:48 bcallah Exp $ */ +/* $OpenBSD: keymap.c,v 1.54 2015/03/19 21:22:15 bcallah Exp $ */ /* This file is in the public domain. */ @@ -6,6 +6,12 @@ * Keyboard maps. This is character set dependent. The terminal specific * parts of building the keymap has been moved to a better place. */ + +#include +#include +#include +#include +#include #include "def.h" #include "kbd.h"