Change include path from "asn.1/foo" to <krb5/asn.1/foo>
authorJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:05:47 +0000 (12:05 +0000)
committerJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:05:47 +0000 (12:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2211 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/asn1.h

index b1aa8f034bbeffdc2f369f47011015ad5be258fd..39f7f98ef8a78c53d62fb44986ba055f3d4f86ed 100644 (file)
@@ -30,9 +30,9 @@
 #ifndef KRB5_ASN1__
 #define KRB5_ASN1__
 
-#include "asn.1/KRB5-types.h"
-#include "asn.1/asn1defs.h"
-#include "asn.1/KRB5-types-aux.h"
-#include "asn.1/encode.h"
+#include <krb5/asn.1/KRB5-types.h>
+#include <krb5/asn.1/asn1defs.h>
+#include <krb5/asn.1/KRB5-types-aux.h>
+#include <krb5/asn.1/encode.h>
 
 #endif /* KRB5_ASN1__ */