summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2019-01-17 04:20:53 +0000
committerdjm <djm@openbsd.org>2019-01-17 04:20:53 +0000
commitdb83af3c3a1b868ed77074d3bded9517ca450948 (patch)
tree1e23394569c433a789bc1f8860a7ea4ddd061673 /usr.bin/ssh/auth.c
parentUnveil fixes: (diff)
downloadwireguard-openbsd-db83af3c3a1b868ed77074d3bded9517ca450948.tar.xz
wireguard-openbsd-db83af3c3a1b868ed77074d3bded9517ca450948.zip
include time.h for time(3)/nanosleep(2); from Ian McKellar
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r--usr.bin/ssh/auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c
index 2c397903a58..72fc2e9cfe0 100644
--- a/usr.bin/ssh/auth.c
+++ b/usr.bin/ssh/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.134 2018/11/16 03:26:01 djm Exp $ */
+/* $OpenBSD: auth.c,v 1.135 2019/01/17 04:20:53 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -39,6 +39,7 @@
#include <unistd.h>
#include <limits.h>
#include <netdb.h>
+#include <time.h>
#include "xmalloc.h"
#include "match.h"