|
From: <sv...@va...> - 2012-04-20 15:42:25
|
sewardj 2012-04-20 16:42:12 +0100 (Fri, 20 Apr 2012)
New Revision: 12516
Log:
Add a missing included, needed for ppc targets.
Modified files:
branches/TCHAIN/coregrind/m_libcproc.c
Modified: branches/TCHAIN/coregrind/m_libcproc.c (+1 -0)
===================================================================
--- branches/TCHAIN/coregrind/m_libcproc.c 2012-04-20 15:07:34 +01:00 (rev 12515)
+++ branches/TCHAIN/coregrind/m_libcproc.c 2012-04-20 16:42:12 +01:00 (rev 12516)
@@ -29,6 +29,7 @@
*/
#include "pub_core_basics.h"
+#include "pub_core_machine.h" // For VG_(machine_get_VexArchInfo)
#include "pub_core_vki.h"
#include "pub_core_vkiscnums.h"
#include "pub_core_libcbase.h"
|