summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.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/netgraph/ng_base.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/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 2fb0fc7..2f11b5d 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -55,6 +55,7 @@
#include <sys/queue.h>
#include <sys/mbuf.h>
#include <sys/socketvar.h>
+#include <sys/ctype.h>
#include <machine/limits.h>
#include <net/netisr.h>
OpenPOWER on IntegriCloud