aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-13 22:23:18 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-13 22:23:18 +0000
commite91d15ac8cc97fdde23622caf4e93d5e472a1d87 (patch)
tree82bdec8f73cc67f51a5f0886e41a1abe94b153db /gtk/http_stat.c
parent7cae9249aafbcd60ceae4169f5781a2f54446eba (diff)
Put back "menu.h" - it's needed to declare "register_tap_menu_item()".
svn path=/trunk/; revision=9279
Diffstat (limited to 'gtk/http_stat.c')
-rw-r--r--gtk/http_stat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 871d7418ee..a0047390c9 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -1,7 +1,7 @@
/* http_stat.c
* http_stat 2003 Jean-Michel FAYARD
*
- * $Id: http_stat.c,v 1.8 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: http_stat.c,v 1.9 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,10 +27,12 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
+#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"