From 99d60cce590b7aa2644cbbd86c672c1f000351b0 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 30 Nov 2007 22:01:05 +0000 Subject: first steps to support MSVC 2008 Express Edition svn path=/trunk/; revision=23691 --- capture-wpcap.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'capture-wpcap.c') diff --git a/capture-wpcap.c b/capture-wpcap.c index f7667f2574..81d06abecb 100644 --- a/capture-wpcap.c +++ b/capture-wpcap.c @@ -28,13 +28,14 @@ # include "config.h" #endif +#include +#include +#include + #ifdef HAVE_LIBPCAP #include #endif -#include -#include - #include "capture-pcap-util.h" #include "capture-pcap-util-int.h" -- cgit v1.2.3