2004-08-04 Michael Chastain <mec.gnu@mindspring.com>

* gdb.base/charset.c: Include <stdlib.h>.
This commit is contained in:
Michael Chastain 2004-08-05 00:31:49 +00:00
parent c9133d23e8
commit 7b2953d9c2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/charset.c: Include <stdlib.h>.
2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/auxv.c: Include <stdlib.h>.

View File

@ -22,6 +22,7 @@
bug-gdb@gnu.org */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>