From ccd88e00c0cd17a58d946c3b7d1bf7215ba9ff40 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 23 May 1990 11:34:22 +0000 Subject: [PATCH] need stdio.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@913 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/fcc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - * . + * . * * This file contains constant and function declarations used in the * file-based credential cache routines. @@ -21,6 +21,7 @@ #include #include "fcc-proto.h" #include +#include /* XXX A hack because I don't feel like updating every file. */ #define KRB5_OK 0 -- 2.26.2