From b34453922a34214e22cfa6ad738141e31105f7f2 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 30 Aug 1999 08:21:17 +0000 Subject: [PATCH] talk depended on side effects of curses includes. --- usr.bin/talk/init_disp.c | 1 + usr.bin/talk/io.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index b752e0aa4926..246a3c865432 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -48,6 +48,7 @@ static const char rcsid[] = #include #include #include +#include #include "talk.h" /* diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 9653e1b11d7d..f7a4dd1429ac 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -47,6 +47,7 @@ static const char rcsid[] = #include #include +#include #include "talk.h" #define A_LONG_TIME 10000000