diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index b54240a..712f9d3 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -18,14 +18,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "byte-vector.h" +#include "common/byte-vector.h" #include "gdbcore.h" #include "inferior.h" #include "regcache.h" #include "regset.h" #include "gdbcmd.h" #include "gdbthread.h" -#include "gdb_wait.h" +#include "common/gdb_wait.h" #include "inf-ptrace.h" #include <sys/types.h> #include <sys/procfs.h> @@ -37,7 +37,7 @@ #include <libutil.h> #endif #if !defined(HAVE_KINFO_GETVMMAP) -#include "filestuff.h" +#include "common/filestuff.h" #endif #include "elf-bfd.h" |