Add unlink support to moxie simulator
[deliverable/binutils-gdb.git] / gdb / obsd-nat.c
index 0a99bd021df6b2edfa8fe4bded96c1da6e0c3528..0351f69a8dae3b7db7445e9822f87236797fea12 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <sys/types.h>
 #include <sys/ptrace.h>
-#include "common/gdb_wait.h"
+#include "gdbsupport/gdb_wait.h"
 
 #include "inf-child.h"
 #include "obsd-nat.h"
@@ -35,7 +35,7 @@
 
 #ifdef PT_GET_THREAD_FIRST
 
-std::sring
+std::string
 obsd_nat_target::pid_to_str (ptid_t ptid)
 {
   if (ptid.lwp () != 0)
This page took 0.027949 seconds and 4 git commands to generate.