commit | ccdb028629196d5cc7e0942606473977597387f3 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Dec 15 19:49:51 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Dec 15 19:49:51 2011 +0000 |
tree | 79d20795fe69d4b93c15f7d492bb57149c780aa4 | |
parent | 28c7e7f6fabe8b921bcf2f8fc044e126236da38e [diff] [blame] |
- Fixed include with relative directory
diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index 82145c3..8daef5a 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 <string.h>