diff options
Diffstat (limited to 'usr.bin/mg/basic.c')
-rw-r--r-- | usr.bin/mg/basic.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/mg/basic.c b/usr.bin/mg/basic.c index 841f3215dc2..fdbb3646309 100644 --- a/usr.bin/mg/basic.c +++ b/usr.bin/mg/basic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: basic.c,v 1.43 2014/11/16 04:16:41 guenther Exp $ */ +/* $OpenBSD: basic.c,v 1.44 2015/03/19 21:22:15 bcallah Exp $ */ /* This file is in the public domain */ @@ -11,10 +11,15 @@ * mark. Only moves between lines, which might make the * current buffer framing bad, are hard. */ -#include "def.h" +#include <sys/queue.h> #include <ctype.h> #include <limits.h> +#include <signal.h> +#include <stdio.h> +#include <stdlib.h> + +#include "def.h" /* * Go to beginning of line. |