]> The Tcpdump Group git mirrors - libpcap/blobdiff - savefile.c
Get rid of pcap-stdinc.h.
[libpcap] / savefile.c
index 4dd8f54575fa6e01c1be040c49b129140aa0208c..2629f972eb7c919439dcaf72844d2fba5a043271 100644 (file)
@@ -34,7 +34,8 @@
 
 #include <pcap-types.h>
 #ifdef _WIN32
-#include <pcap-stdinc.h>
+#include <io.h>
+#include <fcntl.h>
 #endif /* _WIN32 */
 
 #include <errno.h>