* gentmap.c: Fix compile time warning.
authorThiemo Seufer <ths@networkno.de>
Tue, 7 Nov 2006 19:29:59 +0000 (19:29 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 7 Nov 2006 19:29:59 +0000 (19:29 +0000)
sim/common/ChangeLog
sim/common/gentmap.c

index 506029cd1180385d093eceeecd5862dcde3a1be0..9d0b8d8fee9cec4dcd09cbf6af6a4c4139308cef 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-07  Thiemo Seufer  <ths@mips.com>
+
+       * gentmap.c: Fix compile time warning.
+
 2006-11-07  Thiemo Seufer  <ths@mips.com>
 
        * sim-base.h (text_start, text_end, start_addr): Use bfd_vma type
index 897a6f70c77b03b2abb62e52d9400cfd1c16ba14..a4d37134c9897f76fb01484011f67dc088e4616e 100644 (file)
@@ -1,6 +1,7 @@
 /* Generate targ-vals.h and targ-map.c.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 struct tdefs {
   char *symbol;
This page took 0.028355 seconds and 4 git commands to generate.