|
From: <sv...@va...> - 2006-10-01 17:13:26
|
Author: sewardj Date: 2006-10-01 18:13:25 +0100 (Sun, 01 Oct 2006) New Revision: 6116 Log: Use new m_vki header. Modified: branches/AIX5/helgrind/hg_main.c Modified: branches/AIX5/helgrind/hg_main.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/helgrind/hg_main.c 2006-10-01 17:12:50 UTC (rev 6115) +++ branches/AIX5/helgrind/hg_main.c 2006-10-01 17:13:25 UTC (rev 6116) @@ -43,6 +43,7 @@ // fundamentals in each case. =20 #include "pub_tool_basics.h" +#include "pub_tool_vki.h" #include "pub_tool_threadstate.h" #include "pub_tool_aspacemgr.h" #include "pub_tool_debuginfo.h" |