r15366: Use type name rather then typedef directly - fixes build on tcc
[kai/samba-autobuild/.git] / source4 / auth / kerberos / krb5_init_context.h
index 8120b8c96d647e0d3444729d4c2577ad7326aa55..f3ffc067faa9bf4b521d1ce160dc11a72bc85c09 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 struct smb_krb5_context {
-       krb5_context krb5_context;
+       struct krb5_context_data *krb5_context;
        krb5_log_facility *logf;
 };