aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gsm_map_stat.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-12 08:59:41 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-12 08:59:41 +0000
commitbd1f6ca40cd80eb58cfd8879c3c99db096908cf4 (patch)
tree62917867ca4aacaa70936e91fb6b0e0d83c95949 /gtk/gsm_map_stat.c
parentf05cd5d74c66a35f47b3f891f73fea6cccb98aac (diff)
added missing #include from my latest checkin
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10585 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/gsm_map_stat.c')
-rw-r--r--gtk/gsm_map_stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gsm_map_stat.c b/gtk/gsm_map_stat.c
index 8e4db490e5..f22d3ede73 100644
--- a/gtk/gsm_map_stat.c
+++ b/gtk/gsm_map_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: gsm_map_stat.c,v 1.6 2004/04/12 08:53:02 ulfl Exp $
+ * $Id: gsm_map_stat.c,v 1.7 2004/04/12 08:59:41 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -45,6 +45,7 @@
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
#include "dlg_utils.h"
+#include "ui_util.h"
#include "tap.h"
#include "../register.h"
#include "../globals.h"