summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-03-26 14:13:38 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-03-26 14:13:38 +0000
commit9a4855d121ca271c023b6fb7d637605c36588cb7 (patch)
treee54a7409e1c369dca993c6a6fa1fb17d212ec1db /src/include
parent41a0e0e6889374a0a202dbce491bdbd44916b0ca (diff)
downloadkrb5-9a4855d121ca271c023b6fb7d637605c36588cb7.tar.gz
krb5-9a4855d121ca271c023b6fb7d637605c36588cb7.tar.xz
krb5-9a4855d121ca271c023b6fb7d637605c36588cb7.zip
change #define blockers
add krb5/free.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@413 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.h7
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__ */