From a3eb24c68be6b1e6b46e7171e6783aea7e5ecfac Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Wed, 9 Feb 2005 09:13:36 +0000 Subject: Include missing headers. --- usr.bin/talk/ctl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin/talk/ctl.c') diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index 68b229c56e0a..717ffb36a540 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -47,6 +47,9 @@ static const char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #include #include + +#include + #include "talk.h" struct sockaddr_in daemon_addr = { sizeof(daemon_addr), AF_INET }; -- cgit v1.2.3