summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getnetgrent.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-01-03 23:55:58 +0000
committertjr <tjr@FreeBSD.org>2003-01-03 23:55:58 +0000
commit5b887fd56d37b7cc641c1450aaa961641bdc7603 (patch)
tree8dee4a8bc807291ce321815dd2094829bb6d8d4a /lib/libc/gen/getnetgrent.c
parent2eb0772712bea8e14b27c6d788d3a0dc01064411 (diff)
downloadFreeBSD-src-5b887fd56d37b7cc641c1450aaa961641bdc7603.zip
FreeBSD-src-5b887fd56d37b7cc641c1450aaa961641bdc7603.tar.gz
#include <ctype.h> for isspace()'s prototype (or a macro version).
Diffstat (limited to 'lib/libc/gen/getnetgrent.c')
-rw-r--r--lib/libc/gen/getnetgrent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c
index 82ae810..d0e1ce6 100644
--- a/lib/libc/gen/getnetgrent.c
+++ b/lib/libc/gen/getnetgrent.c
@@ -40,6 +40,7 @@ static char sccsid[] = "@(#)getnetgrent.c 8.2 (Berkeley) 4/27/95";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud