mirror of https://github.com/facebook/rocksdb.git
Fix includes for clang on OS X
Summary: Fix below error: use of undeclared identifier 'errno' Test Plan: doitlive Reviewers: IslamAbdelRahman, sdong Subscribers: andrewkr, dhruba, leveldb Differential Revision: https://reviews.facebook.net/D57849
This commit is contained in:
parent
3f16a836a4
commit
a9b3c47c8e
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include "util/env_chroot.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue