forked from Imagelibrary/binutils-gdb
* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
* lib/gdb.exp: Recognize relative path names as well as absolute ones.
This commit is contained in:
@@ -19,10 +19,13 @@
|
||||
Please email any bugs, comments, and/or additions to this file to:
|
||||
bug-gdb@prep.ai.mit.edu */
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* Print routines:
|
||||
|
||||
The following are so that printf et.al. can be avoided. Those
|
||||
|
||||
Reference in New Issue
Block a user