diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2003-06-12 06:17:12 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2003-06-12 06:17:12 +0000 |
| commit | ed0a525e09cec7c9815b591e579ce561e286e1b8 (patch) | |
| tree | d376fc9df96218fb3ffd6def6ad11a5d6f2cf0c8 /sys/dev | |
| parent | 2b8c22f66c8c716e727ade285a6040354ab6f7f1 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/vinumparser.c | 1 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumutil.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 680cd6233bbb9..2820ffd51681f 100644 --- a/sys/dev/vinum/vinumparser.c +++ b/sys/dev/vinum/vinumparser.c @@ -76,6 +76,7 @@ #include <ctype.h> #include <errno.h> #include <fcntl.h> +#include <string.h> #define iswhite isspace /* use the ctype macro */ #endif diff --git a/sys/dev/vinum/vinumutil.c b/sys/dev/vinum/vinumutil.c index 70f2ccbe8c65b..5d3fe82e2c02e 100644 --- a/sys/dev/vinum/vinumutil.c +++ b/sys/dev/vinum/vinumutil.c @@ -45,6 +45,7 @@ #include <dev/vinum/statetexts.h> #ifndef _KERNEL #include <stdio.h> +#include <string.h> extern jmp_buf command_fail; /* return on a failed command */ #endif |
