diff options
Diffstat (limited to 'usr.sbin/makefs/zfs/vdev.c')
-rw-r--r-- | usr.sbin/makefs/zfs/vdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/makefs/zfs/vdev.c b/usr.sbin/makefs/zfs/vdev.c index ef9e681af2da..afcce402cb13 100644 --- a/usr.sbin/makefs/zfs/vdev.c +++ b/usr.sbin/makefs/zfs/vdev.c @@ -28,6 +28,7 @@ * SUCH DAMAGE. */ +#include <sys/param.h> #include <assert.h> #include <fcntl.h> #include <stdlib.h> |