aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-21 12:19:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-21 12:19:39 +0000
commit3b77bfee59b57f98ee1f9cc6fcb12c3b7aff5846 (patch)
tree5a8d0f960cdd56fc521173c48958cd6f59fc6220 /pcap-util.c
parent6126aad3b2b66f53e2c098ed294605d361a6e6c8 (diff)
removed some MSVC warnings (moved pcap.h before glib.h)
svn path=/trunk/; revision=9393
Diffstat (limited to 'pcap-util.c')
-rw-r--r--pcap-util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-util.c b/pcap-util.c
index 0fd6f061c5..4e6bdfba53 100644
--- a/pcap-util.c
+++ b/pcap-util.c
@@ -1,7 +1,7 @@
/* pcap-util.c
* Utility routines for packet capture
*
- * $Id: pcap-util.c,v 1.22 2003/11/26 02:54:05 guy Exp $
+ * $Id: pcap-util.c,v 1.23 2003/12/21 12:18:59 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,6 +28,8 @@
#ifdef HAVE_LIBPCAP
+#include <pcap.h>
+
#include <glib.h>
#include <stdlib.h>
@@ -42,8 +44,6 @@
#include <sys/socket.h>
#endif
-#include <pcap.h>
-
#include <wtap.h>
#include <wtap-capture.h>