Include <netinet/in.h> for ntoh*() and hton*() prototypes.
Approved by: das (mentor)
This commit is contained in:
parent
cba155c0c2
commit
40905e9049
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user