mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Small fix for EFI build under Windows in x509_crt.c
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
|
||||
#if defined(POLARSSL_FS_IO)
|
||||
#include <stdio.h>
|
||||
#if !defined(_WIN32)
|
||||
#if !defined(_WIN32) || defined(EFIX64) || defined(EFI32)
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
|
Reference in New Issue
Block a user