#include <ctype.h> for isspace()'s prototype (or a macro version).

This commit is contained in:
Tim J. Robbins 2003-01-03 23:55:58 +00:00
parent 2b6839cf10
commit 185ec971c5

View File

@ -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>