From: John Kohl Date: Mon, 29 Jan 1990 16:33:10 +0000 (+0000) Subject: change to relative pathnames X-Git-Tag: krb5-1.0-alpha2~1201 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=871b83e61ef2dc346b4a6d0bb5606e6e84bae08f;p=krb5.git change to relative pathnames comment on #endif git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@182 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */