]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Removed the inclusion of IP6_misc.h. It's no more needed and it upsets cygnus gcc.
authorrisso <risso>
Sat, 9 Jul 2005 21:06:04 +0000 (21:06 +0000)
committerrisso <risso>
Sat, 9 Jul 2005 21:06:04 +0000 (21:06 +0000)
tcpdump-stdinc.h

index fe02e469205ce2a76fe8bd08d7bb12d27847946f..606f79903d81a58d9b7661589b9fbe282c3fa738 100644 (file)
@@ -29,7 +29,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.15 2005-05-04 19:20:52 risso Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.16 2005-07-09 21:06:04 risso Exp $ (LBL)
  */
 
 /*
 
 #include <stdio.h>
 #include <winsock2.h>
+#include <Ws2tcpip.h>
 #include "bittypes.h"
 #include <ctype.h>
 #include <time.h>
 #include <io.h>
-#include "IP6_misc.h"
 #include <fcntl.h>
 #include <sys/types.h>
 #include <net/netdb.h>  /* in wpcap's Win32/include */