From: Guillaume Melquiond Date: Mon, 14 Jul 2008 14:50:36 +0000 (-0600) Subject: fix gltrace (bug 16691) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4430597bf6944951136a16c39a7bc458dc926800;p=mesa.git fix gltrace (bug 16691) --- diff --git a/progs/tools/trace/gltrace_support.cc b/progs/tools/trace/gltrace_support.cc index b188e73f29e..0b76d3247d7 100644 --- a/progs/tools/trace/gltrace_support.cc +++ b/progs/tools/trace/gltrace_support.cc @@ -20,6 +20,8 @@ */ #include "gltrace_support.h" +#include +#include #include #include #include @@ -136,7 +138,7 @@ namespace gltrace { struct timeval now; struct tm t; - static char *months[12] = + static char const *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"