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

main
Willem Jan Withagen 8 years ago committed by Andrew Kryczka
parent 5aca977be8
commit 19dd5a61cd
  1. 1
      util/env_chroot.cc

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

Loading…
Cancel
Save