From 9a4855d121ca271c023b6fb7d637605c36588cb7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 26 Mar 1990 14:13:38 +0000 Subject: [PATCH] change #define blockers add krb5/free.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@413 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.h | 7 ++++--- 1 file 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 -#ifndef __KRB5_GENERAL__ -#define __KRB5_GENERAL__ +#ifndef KRB5_GENERAL__ +#define KRB5_GENERAL__ #include @@ -221,5 +221,6 @@ typedef struct _krb5_priv_enc_part { #include #include #include +#include -#endif /* __KRB5_GENERAL__ */ +#endif /* KRB5_GENERAL__ */ -- 2.26.2