aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_combo_utils.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 /gtk/capture_combo_utils.c
parent6126aad3b2b66f53e2c098ed294605d361a6e6c8 (diff)
removed some MSVC warnings (moved pcap.h before glib.h)
svn path=/trunk/; revision=9393
Diffstat (limited to 'gtk/capture_combo_utils.c')
-rw-r--r--gtk/capture_combo_utils.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/capture_combo_utils.c b/gtk/capture_combo_utils.c
index 4d2b880270..881130baeb 100644
--- a/gtk/capture_combo_utils.c
+++ b/gtk/capture_combo_utils.c
@@ -1,7 +1,7 @@
/* capture_combo_utils.c
* Utilities for combo box of interface names
*
- * $Id: capture_combo_utils.c,v 1.3 2003/11/03 10:36:45 guy Exp $
+ * $Id: capture_combo_utils.c,v 1.4 2003/12/21 12:17:58 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,11 +28,10 @@
#ifdef HAVE_LIBPCAP
+#include <pcap.h>
#include <string.h>
#include <gtk/gtk.h>
-#include <pcap.h>
-
#include "prefs.h"
#include "pcap-util.h"
#include "capture_combo_utils.h"