Added error.h inclusion in error.c template

This commit is contained in:
Paul Bakker 2013-06-06 14:52:23 +02:00
parent 08f06cf49f
commit ac6168b95e

View file

@ -27,6 +27,8 @@
#if defined(POLARSSL_ERROR_C)
#include "polarssl/error.h"
HEADER_INCLUDED
#include <string.h>