2002-03-20 David O'Brien <obrien@FreeBSD.org>
* sparc-nat.c: Include sys/param.h where possible. Approved by: Michael Snyder <msnyder@redhat.com> Message-ID: <3C98FF43.46ABDC1C@redhat.com>
This commit is contained in:
parent
f65ca430eb
commit
7781cd62b4
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-03-20 David O'Brien <obrien@FreeBSD.org>
|
||||
|
||||
* sparc-nat.c: Include sys/param.h where possible.
|
||||
|
||||
2002-03-20 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
Fix PR gdb/422.
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
#include "gdbcore.h"
|
||||
#include "regcache.h"
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include <signal.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Reference in a new issue