From 358ea70d4cf629438cd6bef0e1ea72e56e5dcb94 Mon Sep 17 00:00:00 2001 From: guenther Date: Fri, 26 Aug 2016 08:44:04 +0000 Subject: [PATCH] Pull in for gettimeofday() ok deraadt@ --- libexec/talkd/table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 1cf4d05da6c..09996852790 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: table.c,v 1.18 2016/03/16 15:41:10 krw Exp $ */ +/* $OpenBSD: table.c,v 1.19 2016/08/26 08:44:04 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -39,6 +39,7 @@ */ #include #include +#include #include #include -- 2.20.1