diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 020f6b7..7d049ff 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -51,7 +51,7 @@ regardless of whether or not the actual target has floating point hardware. #include "target.h" #include "command.h" #include "gdbcore.h" -#include "thread.h" +#include "gdbthread.h" #define MAX_SYSCALLS 256 /* Maximum number of syscalls for table */ |