diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/krb5.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index 79214e28a..8962419f9 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -13,8 +13,8 @@ #include <krb5/copyright.h> -#ifndef __KRB5_GENERAL__ -#define __KRB5_GENERAL__ +#ifndef KRB5_GENERAL__ +#define KRB5_GENERAL__ #include <sys/types.h> @@ -221,5 +221,6 @@ typedef struct _krb5_priv_enc_part { #include <krb5/rcache.h> #include <krb5/keytab.h> #include <krb5/func-proto.h> +#include <krb5/free.h> -#endif /* __KRB5_GENERAL__ */ +#endif /* KRB5_GENERAL__ */ |
