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:
Andrew Kryczka 2016-05-06 18:32:54 -07:00
parent 3f16a836a4
commit a9b3c47c8e

View File

@ -7,6 +7,8 @@
#include "util/env_chroot.h"
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <string>