]> 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:19:45 +0000 (21:19 +0000)
committerrisso <risso>
Sat, 9 Jul 2005 21:19:45 +0000 (21:19 +0000)
tcpdump-stdinc.h

index f51dfc6c565192060aa3edf30e65c217aaf7e1bf..222dd6b735d2abf9b01c3f0e171f56eac10815e7 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.12.2.3 2005-05-04 19:20:20 risso Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.4 2005-07-09 21:19:45 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 */