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

Fix stdio (non-)inclusion issues.

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-19 15:01:53 +00:00
committed by Paul Bakker
parent 9ad7b6ebde
commit e94e6e5b9c
3 changed files with 5 additions and 5 deletions

View File

@ -172,7 +172,7 @@
#include "polarssl/xtea.h"
#endif
#include <stdio.h>
#include <string.h>
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \