Pull in <sys/time.h> for gettimeofday()
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 01:42:37 +0000 (01:42 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 01:42:37 +0000 (01:42 +0000)
ok deraadt@

usr.sbin/ldapd/uuid.c
usr.sbin/rarpd/arptab.c

index 051f27e..be2575d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uuid.c,v 1.4 2010/06/27 18:19:36 martinh Exp $ */
+/*     $OpenBSD: uuid.c,v 1.5 2016/08/27 01:42:37 guenther Exp $ */
 /*
  * Copyright (c) 2002, Stockholms Universitet
  * (Stockholm University, Stockholm Sweden)
@@ -48,6 +48,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/time.h>
 #include <netinet/in.h>
 #include <net/if.h>
 #include <net/if_types.h>
index ddabb26..5eca91f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: arptab.c,v 1.27 2016/07/25 16:28:06 visa Exp $ */
+/*     $OpenBSD: arptab.c,v 1.28 2016/08/27 01:42:37 guenther Exp $ */
 
 /*
  * Copyright (c) 1984, 1993
@@ -40,6 +40,7 @@
 #include <sys/file.h>
 #include <sys/socket.h>
 #include <sys/sysctl.h>
+#include <sys/time.h>
 
 #include <net/if.h>
 #include <net/if_dl.h>