aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wsp_stat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-13 22:23:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-13 22:23:18 +0000
commit89e92a04d7a33afc9b744f9eef08bb766c342600 (patch)
tree82bdec8f73cc67f51a5f0886e41a1abe94b153db /gtk/wsp_stat.c
parentddc8b6e50beb702233188e21dc08af712f369668 (diff)
Put back "menu.h" - it's needed to declare "register_tap_menu_item()".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9279 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 8083ac1b4c..84bb0b1093 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -1,7 +1,7 @@
/* wsp_stat.c
* wsp_stat 2003 Jean-Michel FAYARD
*
- * $Id: wsp_stat.c,v 1.6 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: wsp_stat.c,v 1.7 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,8 +28,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"
@@ -37,7 +41,6 @@
#include "../globals.h"
#include "compat_macros.h"
#include "../packet-wsp.h"
-#include <string.h>
/* used to keep track of the stats for a specific PDU type*/
typedef struct _wsp_pdu_t {