From 38ef87dd396d9f2a13f640828815e3067a360c0d Mon Sep 17 00:00:00 2001 From: Gianluca Varenni Date: Fri, 15 Oct 2010 16:44:32 -0700 Subject: [PATCH] Another fix for the compilation of WinPcap under MINGW32/MINGW64. --- pcap-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcap-win32.c b/pcap-win32.c index 0e11ed5..fc6eed1 100644 --- a/pcap-win32.c +++ b/pcap-win32.c @@ -43,7 +43,7 @@ static const char rcsid[] _U_ = #include #else /*__MINGW64__*/ #include -#include +#include #endif /*__MINGW64__*/ #else /*__MINGW32__*/ #include