Fix bee8ded in error template file too

This commit is contained in:
Paul Bakker 2014-07-09 10:16:18 +02:00
parent d27680bd5e
commit 0464dd9357

View file

@ -29,9 +29,11 @@
#include POLARSSL_CONFIG_FILE
#endif
#if defined(POLARSSL_ERROR_C)
#if defined(POLARSSL_ERROR_C) || defined(POLARSSL_ERROR_STRERROR_DUMMY)
#include "polarssl/error.h"
#endif
#if defined(POLARSSL_ERROR_C)
HEADER_INCLUDED