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
main
Andrew Kryczka 9 years ago
parent 3f16a836a4
commit a9b3c47c8e
  1. 2
      util/env_chroot.cc

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

Loading…
Cancel
Save