From: guenther Date: Fri, 26 Aug 2016 05:50:29 +0000 (+0000) Subject: Pull in for gettimeofday() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=544110f32a313641586e5e0b683f16603b28733c;p=openbsd Pull in for gettimeofday() --- diff --git a/bin/md5/md5.c b/bin/md5/md5.c index 2e009519850..3c2c49b2c4e 100644 --- a/bin/md5/md5.c +++ b/bin/md5/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.85 2016/07/29 18:35:45 tedu Exp $ */ +/* $OpenBSD: md5.c,v 1.86 2016/08/26 05:50:29 guenther Exp $ */ /* * Copyright (c) 2001,2003,2005-2007,2010,2013,2014 @@ -22,6 +22,7 @@ */ #include +#include #include #include #include