mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 22:44:05 +00:00
env_chroot.cc: FreeBSD likes stdlib.h for realpaht() and friends (#1154)
This commit is contained in:
parent
5aca977be8
commit
19dd5a61cd
|
@ -8,6 +8,7 @@
|
||||||
#include "util/env_chroot.h"
|
#include "util/env_chroot.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue