2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/unload.c: Include <stdlib.h>.
This commit is contained in:
parent
f98a0aef1b
commit
934353d642
2 changed files with 5 additions and 0 deletions
|
@ -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>:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue