diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-03 17:54:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-03 17:54:26 +0000 |
| commit | 5b664c7c1318bbcf41e535e196186b0fd0af6b82 (patch) | |
| tree | 7f36d40c52502fcac5b9c9b6e6cd3877fa7e673b /sys/kern/subr_scanf.c | |
| parent | 5178bd8bde7052dcf2d99f12cd2f5b2f02cbcbc8 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_scanf.c')
| -rw-r--r-- | sys/kern/subr_scanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c index d15fe10f76ab..ac7418396dfe 100644 --- a/sys/kern/subr_scanf.c +++ b/sys/kern/subr_scanf.c @@ -41,6 +41,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/ctype.h> #include <machine/limits.h> /* |
