aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gsm_map_summary.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-08-06 13:21:26 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-06 11:23:20 +0000
commit544bca733a3922686898e341a59ab0a134989d31 (patch)
tree61c2e9d78308db4f9a01657cd5b061c398b0853e /ui/gtk/gsm_map_summary.c
parentaa2184f3ac11731566f542b6766571375309892e (diff)
include <stdlib.h> to make windows build boot happy.
Change-Id: I7a8b259698fdca0707464929a77c0b320f6a19f1 Reviewed-on: https://code.wireshark.org/review/9897 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk/gsm_map_summary.c')
-rw-r--r--ui/gtk/gsm_map_summary.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/gsm_map_summary.c b/ui/gtk/gsm_map_summary.c
index 6aa693a34c..fe125e3037 100644
--- a/ui/gtk/gsm_map_summary.c
+++ b/ui/gtk/gsm_map_summary.c
@@ -27,6 +27,8 @@
#include "config.h"
+#include <stdlib.h>
+
#include <gtk/gtk.h>
#include <epan/packet.h>