From 9582ea7e623e821c869a0575d34ade846f3cdeb3 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sun, 24 Jun 2001 23:22:14 +0000 Subject: [PATCH] Include missing header files which define functions for which gcc has builtints (e.g., exit, strcmp). --- usr.bin/talk/get_names.c | 1 + usr.bin/talk/init_disp.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 73e20a162bd..7fb341a3050 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -41,6 +41,7 @@ static const char rcsid[] = #include #include +#include #include #include #include "talk.h" diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 246a3c86543..850bdf4392d 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -46,6 +46,7 @@ static const char rcsid[] = #include #include +#include #include #include #include