diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-13 06:12:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-13 06:12:19 +0000 |
commit | 731317961dd78a8a6a84be2b662b9691fcf40d5a (patch) | |
tree | 642f051b45a10e806a55322912dad11e53435ab7 /usr.bin/mg/spawn.c | |
parent | f54a169ac01105217cbf6e3dfa39f465f0bde571 (diff) |
The start of KNF + -Wall. The code has been run through indent but
needs hand fixup. I stopped at keymap.c...
Diffstat (limited to 'usr.bin/mg/spawn.c')
-rw-r--r-- | usr.bin/mg/spawn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mg/spawn.c b/usr.bin/mg/spawn.c index 800592d68bc..e8708064522 100644 --- a/usr.bin/mg/spawn.c +++ b/usr.bin/mg/spawn.c @@ -6,6 +6,7 @@ #include <signal.h> #include <termios.h> +#include <term.h> /* * This causes mg to send itself a stop signal. |