diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-23 11:34:22 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-23 11:34:22 +0000 |
| commit | ccd88e00c0cd17a58d946c3b7d1bf7215ba9ff40 (patch) | |
| tree | 91ab348ea07095815388689a015558fa0eda54ba /src/lib | |
| parent | 35cd577322c14537d8406eae1b908b8f173252db (diff) | |
need stdio.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@913 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc.h b/src/lib/krb5/ccache/file/fcc.h index f92dc430f..93ad6da05 100644 --- a/src/lib/krb5/ccache/file/fcc.h +++ b/src/lib/krb5/ccache/file/fcc.h @@ -6,7 +6,7 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file - * <krb5/mit-copyright.h>. + * <krb5/copyright.h>. * * This file contains constant and function declarations used in the * file-based credential cache routines. @@ -21,6 +21,7 @@ #include <krb5/ext-proto.h> #include "fcc-proto.h" #include <krb5/sysincl.h> +#include <stdio.h> /* XXX A hack because I don't feel like updating every file. */ #define KRB5_OK 0 |
