summaryrefslogtreecommitdiff
path: root/srcx/jails.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-12-19 12:55:49 +0000
committerStef Walter <stef@thewalter.net>2014-12-19 12:57:44 +0000
commitdab652d0c66b35c171816ffff80c03d0537f7caa (patch)
treea15a55ba6d4a8982fa447f1dd0df81e2ff907a58 /srcx/jails.c
parent291114c12df4c31ddb6567cd243c811ca8978b93 (diff)
Updated to fix build problems with clang and FreeBSD 10.xHEADmaster
Diffstat (limited to 'srcx/jails.c')
-rw-r--r--srcx/jails.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcx/jails.c b/srcx/jails.c
index 40b12a7..8e063b6 100644
--- a/srcx/jails.c
+++ b/srcx/jails.c
@@ -47,6 +47,7 @@
#include <kvm.h>
#include <paths.h>
#include <errno.h>
+#include <err.h>
#include "util.h"