Fix Windows build.
Change-Id: Ie35b8d0e2da0f7d2588c4a436fc4b2b2596aaf18 Reviewed-on: https://boringssl-review.googlesource.com/7791 Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
c0d8b83b44
commit
e3118b8dc4
@ -110,6 +110,8 @@
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
#if !defined(OPENSSL_WINDOWS) && !defined(OPENSSL_PNACL)
|
||||
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
@ -119,8 +121,6 @@
|
||||
#include <openssl/mem.h>
|
||||
|
||||
|
||||
#if !defined(OPENSSL_WINDOWS) && !defined(OPENSSL_PNACL)
|
||||
|
||||
typedef struct {
|
||||
DIR *dir;
|
||||
struct dirent dirent;
|
||||
|
Loading…
Reference in New Issue
Block a user