=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/modes.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/mg/modes.c 2014/03/20 07:47:29 1.19 +++ src/usr.bin/mg/modes.c 2015/03/19 21:22:15 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: modes.c,v 1.19 2014/03/20 07:47:29 lum Exp $ */ +/* $OpenBSD: modes.c,v 1.20 2015/03/19 21:22:15 bcallah Exp $ */ /* This file is in the public domain. */ @@ -7,6 +7,11 @@ * toggle the given mode. A negative or zero argument will turn the mode * off. A positive argument will turn the mode on. */ + +#include +#include +#include +#include #include "def.h" #include "kbd.h"