diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-08-27 01:42:38 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-08-27 01:42:38 +0000 |
commit | 9eb1375e8f7c8e5ce4622ca52fd30eccfceedc4d (patch) | |
tree | f58974d7d3bc25f9f898fe08dfd3530042c40f63 /usr.sbin/ldapd | |
parent | b66f05033fecb01561885b4d1bb5422e5ab47492 (diff) |
Pull in <sys/time.h> for gettimeofday()
ok deraadt@
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r-- | usr.sbin/ldapd/uuid.c | 3 |
1 files changed, 2 insertions, 1 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 <sys/types.h> #include <sys/socket.h> +#include <sys/time.h> #include <netinet/in.h> #include <net/if.h> #include <net/if_types.h> |