summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc_store.c2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
#include "fcc.h"
#define CHECK(ret) if (ret != KRB5_OK) return ret;