1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Fix misplaced includes

This commit is contained in:
Manuel Pégourié-Gonnard
2015-02-17 16:01:07 +01:00
parent 01bb5f9a00
commit 394608ee00
3 changed files with 4 additions and 1 deletions

View File

@ -36,8 +36,9 @@
#include "polarssl/camellia.h"
#if defined(POLARSSL_SELF_TEST)
#include <string.h>
#if defined(POLARSSL_SELF_TEST)
#if defined(POLARSSL_PLATFORM_C)
#include "polarssl/platform.h"
#else