提交 a9b3c47c 编写于 作者: A Andrew Kryczka

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
上级 3f16a836
......@@ -7,6 +7,8 @@
#include "util/env_chroot.h"
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <string>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册