From 19dd5a61cd483cc899d06e1ae83cd0168c79ab43 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Mon, 6 Jun 2016 02:22:55 +0200 Subject: [PATCH] env_chroot.cc: FreeBSD likes stdlib.h for realpaht() and friends (#1154) --- util/env_chroot.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/env_chroot.cc b/util/env_chroot.cc index 116747dc0..37939821e 100644 --- a/util/env_chroot.cc +++ b/util/env_chroot.cc @@ -8,6 +8,7 @@ #include "util/env_chroot.h" #include +#include #include #include