fix warning in test_cc_credentials_iterator_next.c
[krb5.git] / src / ccapi / test / test_cc_credentials_iterator_next.c
index 5ae96115490fc0d9bd919b397268b8ab8ed26a19..ff5f46737ccf8170ca23218a07e744a3ae3d2e39 100644 (file)
@@ -5,9 +5,10 @@
 #include "test_ccapi_constants.h"
 #include "test_ccapi_context.h"
 #include "test_ccapi_ccache.h"
+#include "test_ccapi_iterators.h"
 
 int main (int argc, const char * argv[]) {
-    
+
        cc_int32 err = ccNoError;
        T_CCAPI_INIT;
        err = check_cc_credentials_iterator_next();