forked from Imagelibrary/binutils-gdb
2012-03-06 Pedro Alves <palves@redhat.com>
* gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user