From 871b83e61ef2dc346b4a6d0bb5606e6e84bae08f Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Jan 1990 16:33:10 +0000 Subject: [PATCH] change to relative pathnames comment on #endif git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@182 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/asn1.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/include/krb5/asn1.h b/src/include/krb5/asn1.h index 244ae585a..d98ddd148 100644 --- a/src/include/krb5/asn1.h +++ b/src/include/krb5/asn1.h @@ -16,10 +16,10 @@ #ifndef __KRB5_ASN1__ #define __KRB5_ASN1__ -#include -#include -#include -#include -#include +#include "../../asn.1/KRB5-types.h" +#include "../../asn.1/krb5_free.h" +#include "../../asn.1/asn1defs.h" +#include "../../asn.1/KRB5-types-aux.h" +#include "../../asn.1/encode.h" -#endif __KRB5_ASN1__ +#endif /* __KRB5_ASN1__ */ -- 2.26.2