From 9a6d4a9d0c63d9a63753f6fa94ec2ac70df38b3b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 23 Feb 1993 00:55:50 +0000 Subject: [PATCH] Added include for errno.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2498 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/fcc_store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb5/ccache/file/fcc_store.c b/src/lib/krb5/ccache/file/fcc_store.c index 0176d42f8..64841a7ea 100644 --- a/src/lib/krb5/ccache/file/fcc_store.c +++ b/src/lib/krb5/ccache/file/fcc_store.c @@ -30,7 +30,7 @@ static char rcsid_fcc_store_c[] = "$Id$"; #endif /* !lint && !SABER */ - +#include #include "fcc.h" #define CHECK(ret) if (ret != KRB5_OK) return ret; -- 2.26.2