2012-03-06 Pedro Alves <palves@redhat.com>

* gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
This commit is contained in:
Pedro Alves 2012-03-06 17:17:16 +00:00
parent ba2419699a
commit 1b7c1b10aa
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-03-06 Pedro Alves <palves@redhat.com>
* gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
2012-03-05 Joel Brobecker <brobecker@adacore.com>
* MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.

View File

@ -19,6 +19,10 @@
#ifndef GREGSET_H
#define GREGSET_H
#ifdef HAVE_SYS_PROCFS_H
#include <sys/procfs.h>
#endif
#ifndef GDB_GREGSET_T
#define GDB_GREGSET_T gregset_t
#endif