* kerberos.c: Include errno.h
authorKen Raeburn <raeburn@mit.edu>
Thu, 28 Mar 2002 06:31:49 +0000 (06:31 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 28 Mar 2002 06:31:49 +0000 (06:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14299 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/libtelnet/ChangeLog
src/appl/telnet/libtelnet/kerberos.c

index 9014036daaa8de044e6b6f9878f4046efd1287d6..495b5836c08adb530a69f5b280929480685cf262 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-28  Ken Raeburn  <raeburn@mit.edu>
+
+       * kerberos.c: Include errno.h.
+
 2002-03-26  Sam Hartman  <hartmans@mit.edu>
 
        * kerberos.c kerberos5.c (Data): Fix indentation; fix termination condition
index a4970fef1ac13738f3808c9e1e5702b2d487a67f..60554ce3c61810ffc1d87a84349113cec6e592d2 100644 (file)
@@ -89,6 +89,7 @@
    so this is how it's going to work. --marc */
 #include <krb5.h>
 #include <sys/types.h>
+#include <errno.h>
 #include <arpa/telnet.h>
 #include <stdio.h>
 #include <des.h>        /* BSD wont include this in krb.h, so we do it here */