diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 23:22:14 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 23:22:14 +0000 |
| commit | 9582ea7e623e821c869a0575d34ade846f3cdeb3 (patch) | |
| tree | bd7aabb9029e7b976a0385298563569076fdd03b /usr.bin/talk | |
| parent | cafefe8c1b76269ef8cc8d4e7d499ad906d663de (diff) | |
Notes
Diffstat (limited to 'usr.bin/talk')
| -rw-r--r-- | usr.bin/talk/get_names.c | 1 | ||||
| -rw-r--r-- | usr.bin/talk/init_disp.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 73e20a162bd9..7fb341a30505 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -41,6 +41,7 @@ static const char rcsid[] = #include <err.h> #include <pwd.h> +#include <stdlib.h> #include <string.h> #include <sys/param.h> #include "talk.h" diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 246a3c865432..850bdf4392d4 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -46,6 +46,7 @@ static const char rcsid[] = #include <err.h> #include <signal.h> +#include <stdlib.h> #include <sys/stat.h> #include <unistd.h> #include <termios.h> |
