]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update tcpdump-stdinc.h
authorGisle Vanem <[email protected]>
Fri, 2 May 2014 12:03:04 +0000 (05:03 -0700)
committerGisle Vanem <[email protected]>
Fri, 2 May 2014 12:03:04 +0000 (05:03 -0700)
Probably safe to assume MSVC has a `<stdint.h>` too.

tcpdump-stdinc.h

index b5166f2700daac4ffa0939e093e0cd275c7748d5..1fe7194f442806e2bcff6a4d249b8b2361ef4ac3 100644 (file)
 
 #ifdef WIN32
 
-#ifdef __MINGW32__
 #include <stdint.h>
-#endif
-
 #include <stdio.h>
 #include <winsock2.h>
 #include <ws2tcpip.h>