aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-14 01:45:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-14 01:45:09 +0000
commit1f5bf52d6b1c3bbd922fe226ae188363fa74754a (patch)
treeff854c00353ee37d77b723f6e168761d2eb568aa
parent292fa7814d36df6ae968e3c9e4a6ec17de36d73b (diff)
hmmm, the include sequence might be important too ...
svn path=/trunk/; revision=16790
-rw-r--r--gtk/capture_info_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c
index fb112050dc..71ebb521ea 100644
--- a/gtk/capture_info_dlg.c
+++ b/gtk/capture_info_dlg.c
@@ -38,6 +38,7 @@
#include <epan/packet.h>
#include "capture.h"
+#include "wiretap/libpcap.h"
#include "capture_loop.h"
#include "capture_info.h"
#include "globals.h"
@@ -46,7 +47,6 @@
#include "gui_utils.h"
#include "main.h"
#include "capture-pcap-util.h"
-#include "wiretap/libpcap.h"
/* a single capture counter value (with title, pointer to value and GtkWidgets) */