summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-08-16 10:34:48 +0000
committermillert <millert@openbsd.org>1999-08-16 10:34:48 +0000
commit2be7a8b20ac60524a1a8cdd2fc76f35ba1f7b9fa (patch)
tree610b62b217a5b0fc69b9a4132b5519c2d80372cb
parentRemove unneeded ifdefs. (diff)
downloadwireguard-openbsd-2be7a8b20ac60524a1a8cdd2fc76f35ba1f7b9fa.tar.xz
wireguard-openbsd-2be7a8b20ac60524a1a8cdd2fc76f35ba1f7b9fa.zip
missing fcntl.h
-rw-r--r--lib/libskey/skeylogin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libskey/skeylogin.c b/lib/libskey/skeylogin.c
index 8b4c9cdc164..990439506e3 100644
--- a/lib/libskey/skeylogin.c
+++ b/lib/libskey/skeylogin.c
@@ -12,7 +12,7 @@
*
* S/KEY verification check, lookups, and authentication.
*
- * $OpenBSD: skeylogin.c,v 1.30 1998/07/05 19:47:16 millert Exp $
+ * $OpenBSD: skeylogin.c,v 1.31 1999/08/16 10:34:48 millert Exp $
*/
#include <sys/param.h>
@@ -28,6 +28,7 @@
#include <ctype.h>
#include <err.h>
#include <errno.h>
+#include <fcntl.h>
#include <paths.h>
#include <stdio.h>
#include <stdlib.h>