summaryrefslogtreecommitdiff
path: root/lib/libskey
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-08-16 10:34:49 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-08-16 10:34:49 +0000
commitb5d93fa6ef2c051facdac97ab6090cf7f74465d1 (patch)
tree0c18bf0b1446e9a2c844aec77f4b03d927b827c5 /lib/libskey
parentd0751af098709c4330239b589439a467af140fb6 (diff)
missing fcntl.h
Diffstat (limited to 'lib/libskey')
-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>