Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libskey Uses FILE *, needs stdio.h.



details:   https://anonhg.NetBSD.org/src/rev/45c11b812419
branches:  trunk
changeset: 343106:45c11b812419
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 23:25:51 2016 +0000

description:
Uses FILE *, needs stdio.h.

diffstat:

 lib/libskey/skey.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 93d7ea4efa66 -r 45c11b812419 lib/libskey/skey.h
--- a/lib/libskey/skey.h        Fri Jan 22 23:23:13 2016 +0000
+++ b/lib/libskey/skey.h        Fri Jan 22 23:25:51 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: skey.h,v 1.9 2005/02/04 16:12:13 perry Exp $   */
+/*     $NetBSD: skey.h,v 1.10 2016/01/22 23:25:51 dholland Exp $       */
 
 /*
  * S/KEY v1.1b (skey.h)
@@ -15,6 +15,8 @@
  * Main client header
  */
 
+#include <stdio.h>
+
 /* Server-side data structure for reading keys file during login */
 struct skey {
   FILE *keyfile;



Home | Main Index | Thread Index | Old Index