aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_ras_srt.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/h225_ras_srt.c
parent2e4e2297396d86476343a6715dcccf6cbc22b7cb (diff)
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/h225_ras_srt.c')
-rw-r--r--gtk/h225_ras_srt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/h225_ras_srt.c b/gtk/h225_ras_srt.c
index 6291f69b2a..0b1c1b354c 100644
--- a/gtk/h225_ras_srt.c
+++ b/gtk/h225_ras_srt.c
@@ -2,7 +2,7 @@
* h225 RAS Service Response Time statistics for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_ras_srt.c,v 1.8 2004/02/06 19:19:10 ulfl Exp $
+ * $Id: h225_ras_srt.c,v 1.9 2004/02/11 04:17:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,7 +37,7 @@
#include <string.h>
#include "../epan/packet_info.h"
#include "../epan/epan.h"
-#include "menu.h"
+#include "tap_menu.h"
#include "../tap.h"
#include "../epan/value_string.h"
#include "../register.h"