projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
790da6d
)
Added include for errno.h
author
Theodore Tso
<tytso@mit.edu>
Tue, 23 Feb 1993 00:55:50 +0000
(
00:55
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Tue, 23 Feb 1993 00:55:50 +0000
(
00:55
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2498
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/file/fcc_store.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/file/fcc_store.c
b/src/lib/krb5/ccache/file/fcc_store.c
index 0176d42f8d1801a877913777d6d3f69c56779980..64841a7ea694e3b9ac1863d7ec53d808649b5876 100644
(file)
--- 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 <errno.h>
#include "fcc.h"
#define CHECK(ret) if (ret != KRB5_OK) return ret;