mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-27 03:54:29 +00:00
* i386v4-nat.c: Include sys/reg.h if present.
This commit is contained in:
parent
b49867b644
commit
9ca743cf2f
@ -1,3 +1,7 @@
|
||||
Wed Aug 19 15:53:52 1998 Anthony Green <green@hoser.cygnus.com>
|
||||
|
||||
* i386v4-nat.c: Include sys/reg.h if present.
|
||||
|
||||
Wed Aug 19 03:07:53 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* config/alpha/alpha-linux (XDEPFILES): Build ser-tcp.
|
||||
|
@ -19,6 +19,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
#ifdef HAVE_SYS_REG_H
|
||||
#include <sys/reg.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_PROCFS_H
|
||||
|
||||
#include <sys/procfs.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user