Pull in <sys/time.h> for gettimeofday()
authorguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 05:50:29 +0000 (05:50 +0000)
committerguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 05:50:29 +0000 (05:50 +0000)
bin/md5/md5.c

index 2e00951..3c2c49b 100644 (file)
@@ -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 <sys/types.h>
+#include <sys/time.h>
 #include <sys/queue.h>
 #include <netinet/in.h>
 #include <ctype.h>