Silence some silly warnings

This commit is contained in:
Eric Andersen 2001-07-31 22:53:36 +00:00
parent f672c9e62f
commit af6b40a1ea
2 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,8 @@
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <endian.h>
#include <arpa/inet.h>
@ -80,6 +82,7 @@
#include <netinet/ip_icmp.h>
#define MAXPACKET 65535 /* max ip packet size */
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 64

View File

@ -72,6 +72,8 @@
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <endian.h>
#include <arpa/inet.h>
@ -80,6 +82,7 @@
#include <netinet/ip_icmp.h>
#define MAXPACKET 65535 /* max ip packet size */
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 64