Fix implicit declaration of jail_getid()

Approved by:	re
This commit is contained in:
Robert Millan 2013-10-07 14:22:19 +00:00
parent 491b520174
commit 8a675a6396
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256110

View File

@ -58,6 +58,7 @@
#include <sys/types.h>
#include <time.h>
#include <err.h>
#include <jail.h>
#include <libzfs.h>
#include <libzfs_core.h>