We don't use anything from <sys/socket.h> (we need to know the AF_INET6

values of the various BSDs that support DLT_NULL, but those aren't
necessarily the AF_ values on the machine on which you're building
Ethereal), so we don't need to include it.

svn path=/trunk/; revision=5942
This commit is contained in:
Guy Harris 2002-08-03 20:06:46 +00:00
parent faa7402f6e
commit a7b0159be4
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
/* packet-ipv6.c
* Routines for IPv6 packet disassembly
*
* $Id: packet-ipv6.c,v 1.85 2002/08/02 23:35:51 jmayer Exp $
* $Id: packet-ipv6.c,v 1.86 2002/08/03 20:06:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -28,10 +28,6 @@
# include "config.h"
#endif
#ifdef HAVE_SYS_SOCKET_h
#include <sys/socket.h>
#endif
#include <string.h>
#include <stdio.h>
#include <glib.h>