Added error.h inclusion in error.c template

(cherry picked from commit ac6168b95e7abf22dcab50c8487db231e986d2ec)
This commit is contained in:
Paul Bakker 2013-06-24 13:02:12 +02:00
parent 2a84424a35
commit b2a1140469

View File

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