summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/t_cc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/t_cc.c b/src/lib/krb5/ccache/t_cc.c
index 247145b6c9..3f260cdb2b 100644
--- a/src/lib/krb5/ccache/t_cc.c
+++ b/src/lib/krb5/ccache/t_cc.c
@@ -27,7 +27,7 @@
*/
-#include "krb5.h"
+#include "k5-int.h"
#include <stdio.h>
#include <stdlib.h>
#include "autoconf.h"
@@ -254,7 +254,6 @@ static void test_misc(krb5_context context)
/* Tests for certain error returns */
krb5_error_code kret;
krb5_ccache id;
- extern krb5_cc_ops *krb5_cc_dfl_ops;
krb5_cc_ops *ops_save;
fprintf(stderr, "Testing miscellaneous error conditions\n");