From: Dejan Jevtic Date: Mon, 16 Sep 2013 10:48:25 +0000 (+0000) Subject: mips32: typo error fix. X-Git-Tag: svn/VALGRIND_3_9_0~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f569a8ac2ce5ea69a8071722869c5fc3d54bcdb9;p=thirdparty%2Fvalgrind.git mips32: typo error fix. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13552 --- 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"