fix gltrace (bug 16691)
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>
Mon, 14 Jul 2008 14:50:36 +0000 (08:50 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 14 Jul 2008 14:50:36 +0000 (08:50 -0600)
progs/tools/trace/gltrace_support.cc

index b188e73f29ef09d0a006d07e08e760eb1efb3ae0..0b76d3247d762fd642a4e3556ad960382e068d4a 100644 (file)
@@ -20,6 +20,8 @@
  */
 
 #include "gltrace_support.h"
+#include <cstdlib>
+#include <cstring>
 #include <assert.h>
 #include <sstream>
 #include <fstream>
@@ -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"