projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6d4a9
)
Added #define for errno.h
author
Theodore Tso
<tytso@mit.edu>
Tue, 23 Feb 1993 00:56:31 +0000
(
00:56
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Tue, 23 Feb 1993 00:56:31 +0000
(
00:56
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2499
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/file/fcc_write.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/file/fcc_write.c
b/src/lib/krb5/ccache/file/fcc_write.c
index 2d010cdb561e060d90196a1a6b145146b50f658e..52dd0397558a1b86debc0421ca8d730a6c19e5ca 100644
(file)
--- a/
src/lib/krb5/ccache/file/fcc_write.c
+++ b/
src/lib/krb5/ccache/file/fcc_write.c
@@
-30,7
+30,7
@@
static char rcsid_rcsid_fcc_write_c[] =
"$Id$";
#endif /* !lint && !SABER */
-
+#include <errno.h>
#include "fcc.h"
#define CHECK(ret) if (ret != KRB5_OK) return ret;