Fix more stdio inclusion issues

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-26 15:16:40 +00:00 committed by Paul Bakker
parent 607d663b41
commit 7cbe1318d8
2 changed files with 0 additions and 6 deletions

View file

@ -61,12 +61,9 @@
#include <time.h>
#endif
#if defined(EFIX64) || defined(EFI32)
#include <stdio.h>
#endif
#if defined(POLARSSL_FS_IO)
#include <stdio.h>
#if !defined(_WIN32)
#include <sys/types.h>
#include <sys/stat.h>

View file

@ -63,12 +63,9 @@
#include <time.h>
#endif
#if defined(EFIX64) || defined(EFI32)
#include <stdio.h>
#endif
#if defined(POLARSSL_FS_IO)
#include <stdio.h>
#if !defined(_WIN32) || defined(EFIX64) || defined(EFI32)
#include <sys/types.h>
#include <sys/stat.h>