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

* gdb.base/unload.c: Include <stdlib.h>.
This commit is contained in:
Michael Chastain 2004-08-26 19:26:11 +00:00
parent f98a0aef1b
commit 934353d642
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/unload.c: Include <stdlib.h>.
2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
From Paul Gilliam <pgilliam@us.ibm.com>:

View File

@ -17,6 +17,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>
int k = 0;