mirror of
https://github.com/cuberite/polarssl.git
synced 2025-12-10 15:56:28 -05:00
Small fix for EFI build under Windows in x509_crt.c
This commit is contained in:
parent
887aa5b381
commit
5ff3f9134b
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
#if defined(POLARSSL_FS_IO)
|
#if defined(POLARSSL_FS_IO)
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#if !defined(_WIN32)
|
#if !defined(_WIN32) || defined(EFIX64) || defined(EFI32)
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user