diff options
Diffstat (limited to 'usr.bin/mg/help.c')
-rw-r--r-- | usr.bin/mg/help.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/mg/help.c b/usr.bin/mg/help.c index 938f813d402..cd983a3df2c 100644 --- a/usr.bin/mg/help.c +++ b/usr.bin/mg/help.c @@ -1,4 +1,4 @@ -/* $OpenBSD: help.c,v 1.34 2012/04/12 04:47:59 lum Exp $ */ +/* $OpenBSD: help.c,v 1.35 2015/03/19 21:22:15 bcallah Exp $ */ /* This file is in the public domain. */ @@ -6,9 +6,13 @@ * Help functions for Mg 2 */ +#include <sys/queue.h> +#include <signal.h> +#include <stdio.h> +#include <string.h> + #include "def.h" #include "funmap.h" - #include "kbd.h" #include "key.h" #include "macro.h" |