summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_scanf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-03 17:54:26 +0000
committerphk <phk@FreeBSD.org>1999-11-03 17:54:26 +0000
commit487a9d07d681bba8d85b1dc00779899f408eeb86 (patch)
tree7f36d40c52502fcac5b9c9b6e6cd3877fa7e673b /sys/kern/subr_scanf.c
parentd16bedd42a4958ed282a87fa1df7b1271937a0bf (diff)
downloadFreeBSD-src-487a9d07d681bba8d85b1dc00779899f408eeb86.zip
FreeBSD-src-487a9d07d681bba8d85b1dc00779899f408eeb86.tar.gz
Move isfoo() and friends to the newly created sys/ctype.h.
Urged by: bde
Diffstat (limited to 'sys/kern/subr_scanf.c')
-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 d15fe10..ac74183 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>
/*
OpenPOWER on IntegriCloud