diff options
Diffstat (limited to 'sbin/mount_vnd/mount_vnd.c')
-rw-r--r-- | sbin/mount_vnd/mount_vnd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_vnd/mount_vnd.c b/sbin/mount_vnd/mount_vnd.c index 4a9f85d3a17..362d0413c16 100644 --- a/sbin/mount_vnd/mount_vnd.c +++ b/sbin/mount_vnd/mount_vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_vnd.c,v 1.16 2014/10/29 21:30:10 tedu Exp $ */ +/* $OpenBSD: mount_vnd.c,v 1.17 2015/01/16 06:39:59 deraadt Exp $ */ /* * Copyright (c) 1993 University of Utah. * Copyright (c) 1990, 1993 @@ -37,7 +37,7 @@ * @(#)vnconfig.c 8.1 (Berkeley) 12/15/93 */ -#include <sys/param.h> +#include <sys/param.h> /* DEV_BSIZE */ #include <sys/ioctl.h> #include <sys/mount.h> #include <sys/stat.h> @@ -54,6 +54,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <limits.h> #include <util.h> #define DEFAULT_VND "vnd0" |