From f569a8ac2ce5ea69a8071722869c5fc3d54bcdb9 Mon Sep 17 00:00:00 2001 From: Dejan Jevtic Date: Mon, 16 Sep 2013 10:48:25 +0000 Subject: [PATCH] mips32: typo error fix. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13552 --- coregrind/m_syswrap/syswrap-mips32-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index be879383c7..abc40fccfa 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -59,7 +59,7 @@ #include "pub_core_xarray.h" #include "pub_core_clientstate.h" // VG_(brk_base), VG_(brk_limit) #include "pub_core_errormgr.h" -#include "pub_coretool_gdbserver.h" // VG_(gdbserver) +#include "pub_core_gdbserver.h" // VG_(gdbserver) #include "pub_core_libcfile.h" #include "pub_core_machine.h" // VG_(get_SP) #include "pub_core_mallocfree.h" -- 2.47.2