summaryrefslogtreecommitdiff
path: root/gtk/ansi_map_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ansi_map_stat.c')
-rw-r--r--gtk/ansi_map_stat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index 67475e8fdf..c989ecefce 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.2 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: ansi_map_stat.c,v 1.3 2003/12/13 22:23:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,11 +35,13 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
+#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"