diff options
Diffstat (limited to 'usr.bin/mg/word.c')
-rw-r--r-- | usr.bin/mg/word.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/mg/word.c b/usr.bin/mg/word.c index f79dcf4c2c0..fdcfa42f16b 100644 --- a/usr.bin/mg/word.c +++ b/usr.bin/mg/word.c @@ -1,4 +1,4 @@ -/* $OpenBSD: word.c,v 1.16 2014/03/20 07:47:29 lum Exp $ */ +/* $OpenBSD: word.c,v 1.17 2015/03/19 21:22:15 bcallah Exp $ */ /* This file is in the public domain. */ @@ -8,6 +8,10 @@ * There are all sorts of word mode commands. */ +#include <sys/queue.h> +#include <signal.h> +#include <stdio.h> + #include "def.h" RSIZE countfword(void); |