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

* gdb.base/freebpcmd.c: Include <stdio.h>.
	* gdb.base/long_long.c: Include <string.h>.
	* gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
	* gdb.base/siginfo.c: Include <string.h>.
	* gdb.base/sigstep.c: Include <string.h>.
This commit is contained in:
Michael Chastain
2004-08-05 07:28:20 +00:00
parent cb9aaed5ee
commit e425eb2b82
6 changed files with 17 additions and 1 deletions

View File

@ -21,6 +21,8 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
enum level { MAIN, OUTER, INNER, LEAF, NR_LEVELS };