aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/capture_prefs.c')
-rw-r--r--gtk/capture_prefs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/capture_prefs.c b/gtk/capture_prefs.c
index 2522f24bba..70afacb3ae 100644
--- a/gtk/capture_prefs.c
+++ b/gtk/capture_prefs.c
@@ -1,7 +1,7 @@
/* capture_prefs.c
* Dialog box for capture preferences
*
- * $Id: capture_prefs.c,v 1.23 2003/09/26 23:11:17 guy Exp $
+ * $Id: capture_prefs.c,v 1.24 2003/12/21 12:17:59 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 "globals.h"
#include "capture_prefs.h"
#include "gtkglobals.h"