mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Fix build on recent versions of OpenBSD.
gdb/ChangeLog: * bsd-kvm.c: Include <sys/param.h>
This commit is contained in:
parent
8507e05d53
commit
af09351e0f
@ -1,3 +1,7 @@
|
||||
2014-02-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* bsd-kvm.c: Include <sys/param.h>
|
||||
|
||||
2014-02-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
|
||||
|
@ -35,6 +35,7 @@
|
||||
#endif
|
||||
#include <paths.h>
|
||||
#include "readline/readline.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/user.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user