artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4bbb70
)
Pull in <sys/time.h> for gettimeofday()
author
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 08:44:04 +0000
(08:44 +0000)
committer
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 08:44:04 +0000
(08:44 +0000)
ok deraadt@
libexec/talkd/table.c
patch
|
blob
|
history
diff --git
a/libexec/talkd/table.c
b/libexec/talkd/table.c
index
1cf4d05
..
0999685
100644
(file)
--- a/
libexec/talkd/table.c
+++ b/
libexec/talkd/table.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: table.c,v 1.1
8 2016/03/16 15:41:10 krw Exp $
*/
+/* $OpenBSD: table.c,v 1.1
9 2016/08/26 08:44:04 guenther Exp $
*/
/*
* Copyright (c) 1983 Regents of the University of California.
@@
-39,6
+39,7
@@
*/
#include <sys/queue.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <protocols/talkd.h>
#include <stdlib.h>