aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/talk/ctl.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-02-09 09:13:36 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-02-09 09:13:36 +0000
commita3eb24c68be6b1e6b46e7171e6783aea7e5ecfac (patch)
tree29e35b8b6a90b00c0bea13a224e5b5b81acde337 /usr.bin/talk/ctl.c
parent36c64d7c3e7798e8247707756031a40fcd2cfc65 (diff)
downloadsrc-a3eb24c68be6b1e6b46e7171e6783aea7e5ecfac.tar.gz
src-a3eb24c68be6b1e6b46e7171e6783aea7e5ecfac.zip
Include missing headers.
Notes
Notes: svn path=/head/; revision=141563
Diffstat (limited to 'usr.bin/talk/ctl.c')
-rw-r--r--usr.bin/talk/ctl.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/types.h>
#include <sys/socket.h>
+
+#include <string.h>
+
#include "talk.h"
struct sockaddr_in daemon_addr = { sizeof(daemon_addr), AF_INET };