Fix missing include in non-default things

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-10 12:47:52 +00:00
parent 1cc0a3405c
commit 0c851ee1c8
2 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,10 @@
#include "polarssl/ccm.h"
#endif
#if defined(POLARSSL_CIPHER_NULL_CIPHER)
#include <string.h>
#endif
#if defined(POLARSSL_PLATFORM_C)
#include "polarssl/platform.h"
#else

View File

@ -36,6 +36,8 @@
#include "polarssl/md2.h"
#include <string.h>
#if defined(POLARSSL_FS_IO)
#include <stdio.h>
#endif