diff options
author | peter <peter@FreeBSD.org> | 1999-08-30 08:21:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-30 08:21:17 +0000 |
commit | b059faadfec3ea51e290e4c1689b6194000b54f2 (patch) | |
tree | 7ec67ffa89443a6d8419ddba0c718ff5615bcfe3 /usr.bin/talk | |
parent | ce5c0946e0a212c993ee42f6c191e939621e713b (diff) | |
download | FreeBSD-src-b059faadfec3ea51e290e4c1689b6194000b54f2.zip FreeBSD-src-b059faadfec3ea51e290e4c1689b6194000b54f2.tar.gz |
talk depended on side effects of curses includes.
Diffstat (limited to 'usr.bin/talk')
-rw-r--r-- | usr.bin/talk/init_disp.c | 1 | ||||
-rw-r--r-- | usr.bin/talk/io.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 <signal.h> #include <sys/stat.h> #include <unistd.h> +#include <termios.h> #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 <errno.h> #include <string.h> +#include <sys/filio.h> #include "talk.h" #define A_LONG_TIME 10000000 |