aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-11-03 17:54:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-11-03 17:54:26 +0000
commit5b664c7c1318bbcf41e535e196186b0fd0af6b82 (patch)
tree7f36d40c52502fcac5b9c9b6e6cd3877fa7e673b /sys/kern
parent5178bd8bde7052dcf2d99f12cd2f5b2f02cbcbc8 (diff)
downloadsrc-5b664c7c1318bbcf41e535e196186b0fd0af6b82.tar.gz
src-5b664c7c1318bbcf41e535e196186b0fd0af6b82.zip
Move isfoo() and friends to the newly created sys/ctype.h.
Urged by: bde
Notes
Notes: svn path=/head/; revision=52843
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_scanf.c1
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>
/*