From 956599975573044f5f930ef23ce54c11db156ebe Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 11 Oct 2008 21:31:42 +0200 Subject: Fix include paths to new location of libutil. --- lib/util/asn1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/asn1.h') diff --git a/lib/util/asn1.h b/lib/util/asn1.h index 34aa1e2cb9..c8e83b9266 100644 --- a/lib/util/asn1.h +++ b/lib/util/asn1.h @@ -49,6 +49,6 @@ struct asn1_data { #define ASN1_MAX_OIDS 20 -#include "lib/util/asn1_proto.h" +#include "../lib/util/asn1_proto.h" #endif /* _ASN_1_H */ -- cgit