change #define blockers
authorJohn Kohl <jtkohl@mit.edu>
Mon, 26 Mar 1990 14:13:38 +0000 (14:13 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 26 Mar 1990 14:13:38 +0000 (14:13 +0000)
add krb5/free.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@413 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.h

index 79214e28aedc7b537537236c50b526955169b7d1..8962419f9c44a5b6f6ba33cd3141586bcf505a68 100644 (file)
@@ -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__ */