artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3055081
)
Pull in <sys/time.h> for gettimeofday()
author
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 05:50:29 +0000
(
05:50
+0000)
committer
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 05:50:29 +0000
(
05:50
+0000)
bin/md5/md5.c
patch
|
blob
|
history
diff --git
a/bin/md5/md5.c
b/bin/md5/md5.c
index
2e00951
..
3c2c49b
100644
(file)
--- a/
bin/md5/md5.c
+++ b/
bin/md5/md5.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: md5.c,v 1.8
5 2016/07/29 18:35:45 tedu Exp $
*/
+/* $OpenBSD: md5.c,v 1.8
6 2016/08/26 05:50:29 guenther Exp $
*/
/*
* Copyright (c) 2001,2003,2005-2007,2010,2013,2014
@@
-22,6
+22,7
@@
*/
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/queue.h>
#include <netinet/in.h>
#include <ctype.h>