env_chroot.cc: FreeBSD likes stdlib.h for realpaht() and friends (#1154)

This commit is contained in:
Willem Jan Withagen 2016-06-06 02:22:55 +02:00 committed by Andrew Kryczka
parent 5aca977be8
commit 19dd5a61cd

View File

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