From ccdb028629196d5cc7e0942606473977597387f3 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 15 Dec 2011 19:49:51 +0000 Subject: [PATCH] - Fixed include with relative directory --- include/polarssl/asn1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index 82145c334..8daef5a70 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h @@ -27,10 +27,10 @@ #ifndef POLARSSL_ASN1_H #define POLARSSL_ASN1_H -#include "polarssl/config.h" +#include "config.h" #if defined(POLARSSL_BIGNUM_C) -#include "polarssl/bignum.h" +#include "bignum.h" #endif #include