From: Julian Seward Date: Fri, 21 Feb 2014 14:56:48 +0000 (+0000) Subject: Fix incorrect include, spotted by mjw. X-Git-Tag: svn/VALGRIND_3_10_0~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67214fcb68c3d14abf25f14e52a16778b65fbca;p=thirdparty%2Fvalgrind.git Fix incorrect include, spotted by mjw. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13828 --- diff --git a/coregrind/m_gdbserver/valgrind-low-arm64.c b/coregrind/m_gdbserver/valgrind-low-arm64.c index d6173f3922..853078d102 100644 --- a/coregrind/m_gdbserver/valgrind-low-arm64.c +++ b/coregrind/m_gdbserver/valgrind-low-arm64.c @@ -27,7 +27,7 @@ #include "regcache.h" #include "pub_core_aspacemgr.h" -#include "pub_tool_machine.h" +#include "pub_core_machine.h" #include "pub_core_threadstate.h" #include "pub_core_transtab.h" #include "pub_core_gdbserver.h"