summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-05-25 12:02:00 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-05-25 12:02:00 +0000
commit042d0c2161be3e119753ddb9dcb2856316dd489d (patch)
treec8b3c21f4e4f61f069fe27d8ff224e185cbb3e1d
parentdf1d36f667eb3d043c175839dcb3c714bf3ca65e (diff)
#include krb_err.h for definitions.
-rw-r--r--lib/ZMkAuth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ZMkAuth.c b/lib/ZMkAuth.c
index 763713a..36c65a9 100644
--- a/lib/ZMkAuth.c
+++ b/lib/ZMkAuth.c
@@ -17,6 +17,9 @@ static char rcsid_ZMakeAuthentication_c[] = "$Header$";
#endif lint
#include <zephyr/mit-copyright.h>
+#ifdef KERBEROS
+#include "krb_err.h"
+#endif
#include <zephyr/zephyr_internal.h>