diff options
| author | Thiemo Seufer <ths@networkno.de> | 2006-11-07 19:29:59 +0000 |
|---|---|---|
| committer | Thiemo Seufer <ths@networkno.de> | 2006-11-07 19:29:59 +0000 |
| commit | 09d969392e8f26b5d04bcc452c82a3cc4ae9fbad (patch) | |
| tree | b42e6b14e738295ea65f1202fef06fbd82efe737 /sim/common/gentmap.c | |
| parent | 7e12978101ece6f8cfd097bb2489d370459a1607 (diff) | |
| download | ppe42-binutils-09d969392e8f26b5d04bcc452c82a3cc4ae9fbad.tar.gz ppe42-binutils-09d969392e8f26b5d04bcc452c82a3cc4ae9fbad.zip | |
* gentmap.c: Fix compile time warning.
Diffstat (limited to 'sim/common/gentmap.c')
| -rw-r--r-- | sim/common/gentmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/gentmap.c b/sim/common/gentmap.c index 897a6f70c7..a4d37134c9 100644 --- a/sim/common/gentmap.c +++ b/sim/common/gentmap.c @@ -1,6 +1,7 @@ /* Generate targ-vals.h and targ-map.c. */ #include <stdio.h> +#include <stdlib.h> struct tdefs { char *symbol; |

