Include <netinet/in.h> for ntoh*() and hton*() prototypes.

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-24 11:59:17 +00:00
parent cba155c0c2
commit 40905e9049
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129652
5 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -54,6 +54,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <fcntl.h>
#include <signal.h>

View File

@ -41,6 +41,8 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <netinet/in.h>
#include <a.out.h>
#include <err.h>

View File

@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/errno.h>
#include <netinet/in.h>
#include "extern.h"

View File

@ -79,6 +79,7 @@ static char rscid[] = "@(#)$FreeBSD$";
#include <sys/ioctl.h>
#include <net/slip.h>
#include <net/if.h>
#include <netinet/in.h>
#include <stdio.h>
#include <errno.h>