Silent userland warnings about missing prototypes.

Submitted by:	Roman Divacky <rdivacky@freebsd.org>
This commit is contained in:
Paolo Pisati 2009-01-15 19:35:23 +00:00
parent f27b1c064c
commit dd14bc5dca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187304
3 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/module.h>
#else
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>
#include <stdio.h>

View File

@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/module.h>
#else
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>
#include <stdio.h>

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <sys/types.h>
#include <stdio.h>
#include <strings.h>
#endif
#include <netinet/in_systm.h>