summaryrefslogtreecommitdiff
path: root/gtk/ansi_map_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-11 04:17:05 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-11 04:17:05 +0000
commit8e4a1c1cc6bf18eaca6098fa2d0c6b069d9d2463 (patch)
tree298d5c3a084cf31b643174b93bf4d79bffaac6ba /gtk/ansi_map_stat.c
parent2e4e2297396d86476343a6715dcccf6cbc22b7cb (diff)
downloadwireshark-8e4a1c1cc6bf18eaca6098fa2d0c6b069d9d2463.tar.gz
Move the declaration of "register_tap_menu_item()" into a new
"tap_menu.h" file, and have the Ethereal taps include that rather than "menu.h", so we don't have to worry about making sure we've included <stdio.h> to define FILE, etc. just because some "menu.h" functions require it. svn path=/trunk/; revision=10031
Diffstat (limited to 'gtk/ansi_map_stat.c')
-rw-r--r--gtk/ansi_map_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index bababd4eee..b82205f61b 100644
--- a/gtk/ansi_map_stat.c
+++ b/gtk/ansi_map_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_map_stat.c,v 1.14 2004/02/06 19:19:09 ulfl Exp $
+ * $Id: ansi_map_stat.c,v 1.15 2004/02/11 04:17:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -41,7 +41,7 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
-#include "menu.h"
+#include "tap_menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"