- Fixed include with relative directory

This commit is contained in:
Paul Bakker 2011-12-15 19:49:51 +00:00
parent 28c7e7f6fa
commit ccdb028629

View File

@ -27,10 +27,10 @@
#ifndef POLARSSL_ASN1_H #ifndef POLARSSL_ASN1_H
#define POLARSSL_ASN1_H #define POLARSSL_ASN1_H
#include "polarssl/config.h" #include "config.h"
#if defined(POLARSSL_BIGNUM_C) #if defined(POLARSSL_BIGNUM_C)
#include "polarssl/bignum.h" #include "bignum.h"
#endif #endif
#include <string.h> #include <string.h>