aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-11-15 08:50:07 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-11-15 08:50:07 +0000
commitee48f3052fc2d6cd0a7295af6bac11e74f82c914 (patch)
treec565d9f06aaa5bcb9845549ab5ab09ab21eb9316 /gtk/capture_dlg.c
parentbca18fcf68a29319ef41dfcc579ce4fe2c6b7709 (diff)
added "#include <epan/packet.h>" to be able to include "capture.h"
svn path=/trunk/; revision=8969
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 52db286a8c..633800df0b 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -1,7 +1,7 @@
/* capture_dlg.c
* Routines for packet capture windows
*
- * $Id: capture_dlg.c,v 1.86 2003/11/03 10:40:51 guy Exp $
+ * $Id: capture_dlg.c,v 1.87 2003/11/15 08:50:07 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,6 +33,7 @@
#include <pcap.h>
+#include <epan/packet.h>
#include "capture.h"
#include "globals.h"
#include <epan/resolv.h>