diff options
Diffstat (limited to 'gdb/gregset.h')
-rw-r--r-- | gdb/gregset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gregset.h b/gdb/gregset.h index 4f34788..d73b5b8 100644 --- a/gdb/gregset.h +++ b/gdb/gregset.h @@ -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 |