From b059faadfec3ea51e290e4c1689b6194000b54f2 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 30 Aug 1999 08:21:17 +0000 Subject: 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(+) (limited to 'usr.bin') diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index b752e0a..246a3c8 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 9653e1b..f7a4dd1 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 -- cgit v1.1