aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-30 22:01:05 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-30 22:01:05 +0000
commit7c693d065974415de14dd17ec9095d459c8c4bf7 (patch)
treea831f5f339d548b22bce1590f9239ea7cbfba727 /capture-wpcap.c
parent30bd4d0c1b9d840802b84f67658a67b98a77dbc9 (diff)
first steps to support MSVC 2008 Express Edition
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23691 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c7
1 files changed, 4 insertions, 3 deletions
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 <stdio.h>
+#include <glib.h>
+#include <gmodule.h>
+
#ifdef HAVE_LIBPCAP
#include <pcap.h>
#endif
-#include <glib.h>
-#include <gmodule.h>
-
#include "capture-pcap-util.h"
#include "capture-pcap-util-int.h"