- 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
#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>