aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-01 08:23:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-01 08:23:32 +0000
commitddad90c3e3399c83b01c0e5142348934e7f828df (patch)
tree8d117573ba996d3541d78c531ab0bc53fe991c2d /gtk/capture_file_dlg.c
parentc18998e9c04d542628fef346dc2e9bb6a2afa6da (diff)
Make it possible to configure use of NEW_PACKET_LIST and fix
one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h svn path=/trunk/; revision=28903
Diffstat (limited to 'gtk/capture_file_dlg.c')
-rw-r--r--gtk/capture_file_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c
index 787a2c6614..056f37e7c1 100644
--- a/gtk/capture_file_dlg.c
+++ b/gtk/capture_file_dlg.c
@@ -61,6 +61,7 @@
#include "gtk/menus.h"
#include "gtk/recent.h"
#include "gtk/color_dlg.h"
+#include "gtk/new_packet_list.h "
#ifdef HAVE_LIBPCAP
#include "gtk/capture_dlg.h"
#endif