use portable SysStat.h
Summary: for Windows Reviewed By: passy Differential Revision: D9886244 fbshipit-source-id: d82b4a76efd1c200096bb6d3573b527ba058bf0b
This commit is contained in:
committed by
Facebook Github Bot
parent
0a8eef466b
commit
a54b542d17
@@ -10,7 +10,8 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
#include <sys/stat.h>
|
#include <folly/portability/SysStat.h>
|
||||||
|
#include <folly/portability/Fcntl.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
void free(
|
void free(
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "ConnectionContextStore.h"
|
#include "ConnectionContextStore.h"
|
||||||
#include <folly/json.h>
|
#include <folly/json.h>
|
||||||
#include <sys/stat.h>
|
#include <folly/portability/SysStat.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "CertificateUtils.h"
|
#include "CertificateUtils.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user