Fix build on recent versions of OpenBSD.

gdb/ChangeLog:

        * bsd-kvm.c: Include <sys/param.h>
This commit is contained in:
Mark Kettenis 2014-02-03 14:38:59 +01:00
parent 8507e05d53
commit af09351e0f
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -35,6 +35,7 @@
#endif
#include <paths.h>
#include "readline/readline.h"
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/user.h>