summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/adm_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/krb5/adm_proto.h')
-rw-r--r--src/include/krb5/adm_proto.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index 9134d94697..5e9b984bcf 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -33,7 +33,12 @@ typedef struct _krb5_db_entry krb5_db_entry;
#endif /* KRB5_KDB5__ */
/* Ditto for adm.h */
-#ifndef KRB5_ADM_H__
+
+/*
+ * XXXX krb5_realm params is defined in two header files!!!!
+ * This really needs to be fixed!!!
+ */
+#if !defined(KRB5_ADM_H__) && !defined(__KADM5_ADMIN_H__)
struct ___krb5_realm_params;
typedef struct ___krb5_realm_params krb5_realm_params;