That one needs ctype.h, too (which was removed from the mrouted/defs.h

file for cleanup earlier today)
This commit is contained in:
hubertf 2007-02-22 01:29:35 +00:00
parent 64cd915703
commit 1de6c4ec42
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mrinfo.c,v 1.25 2006/05/09 20:18:09 mrg Exp $ */ /* $NetBSD: mrinfo.c,v 1.26 2007/02/22 01:29:35 hubertf Exp $ */
/* /*
* This tool requests configuration info from a multicast router * This tool requests configuration info from a multicast router
@ -80,10 +80,11 @@
static char rcsid[] = static char rcsid[] =
"@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)"; "@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)";
#else #else
__RCSID("$NetBSD: mrinfo.c,v 1.25 2006/05/09 20:18:09 mrg Exp $"); __RCSID("$NetBSD: mrinfo.c,v 1.26 2007/02/22 01:29:35 hubertf Exp $");
#endif #endif
#endif #endif
#include <ctype.h>
#include <string.h> #include <string.h>
#include <netdb.h> #include <netdb.h>
#include <sys/time.h> #include <sys/time.h>