diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index d3ed393..88da480 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "environ.h" #include "value.h" #include "target.h" -#include "thread.h" +#include "gdbthread.h" #include "command.h" #include "gdbcmd.h" |