|
From: <sv...@va...> - 2009-01-24 01:23:02
|
Author: sewardj Date: 2009-01-24 01:22:51 +0000 (Sat, 24 Jan 2009) New Revision: 9053 Log: Fix aix5 build breakage following r9021. Modified: trunk/coregrind/m_debuginfo/readxcoff.c Modified: trunk/coregrind/m_debuginfo/readxcoff.c =================================================================== --- trunk/coregrind/m_debuginfo/readxcoff.c 2009-01-24 01:22:25 UTC (rev 9052) +++ trunk/coregrind/m_debuginfo/readxcoff.c 2009-01-24 01:22:51 UTC (rev 9053) @@ -58,6 +58,7 @@ #include "pub_core_xarray.h" #include "priv_misc.h" #include "priv_tytypes.h" +#include "pub_tool_debuginfo.h" #include "priv_d3basics.h" #include "priv_storage.h" #include "priv_readxcoff.h" /* self */ |