From c4b5d4d48297111c7b06022f085893d308e1fa7c Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 27 Aug 2016 01:42:37 +0000 Subject: [PATCH] Pull in for gettimeofday() ok deraadt@ --- usr.sbin/ldapd/uuid.c | 3 ++- usr.sbin/rarpd/arptab.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ldapd/uuid.c b/usr.sbin/ldapd/uuid.c index 051f27e9ede..be2575df6d4 100644 --- a/usr.sbin/ldapd/uuid.c +++ b/usr.sbin/ldapd/uuid.c @@ -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 #include +#include #include #include #include diff --git a/usr.sbin/rarpd/arptab.c b/usr.sbin/rarpd/arptab.c index ddabb26ef22..5eca91f50e0 100644 --- a/usr.sbin/rarpd/arptab.c +++ b/usr.sbin/rarpd/arptab.c @@ -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 #include #include +#include #include #include -- 2.20.1