1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-14 20:01:00 +03:00

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) #if defined(POLARSSL_ERROR_C)
#include "polarssl/error.h"
HEADER_INCLUDED HEADER_INCLUDED
#include <string.h> #include <string.h>