From: Nicholas Nethercote Date: Tue, 30 Nov 2004 11:37:48 +0000 (+0000) Subject: Make Valgrind's AMD64 and ARM ports compile again. X-Git-Tag: svn/VALGRIND_3_0_1^2~738 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1be842d36ea05a0dfc2d810c2adff44f381d316;p=thirdparty%2Fvalgrind.git Make Valgrind's AMD64 and ARM ports compile again. git-svn-id: svn://svn.valgrind.org/vex/trunk@596 --- diff --git a/VEX/pub/libvex_guest_amd64.h b/VEX/pub/libvex_guest_amd64.h index 079fb43b4d..35aa26de05 100644 --- a/VEX/pub/libvex_guest_amd64.h +++ b/VEX/pub/libvex_guest_amd64.h @@ -37,6 +37,8 @@ #define __LIBVEX_PUB_GUEST_AMD64_H #include "libvex_basictypes.h" +#include "libvex_emwarn.h" + /*---------------------------------------------------------------*/ /*--- Vex's representation of the AMD64 CPU state. ---*/ diff --git a/VEX/pub/libvex_guest_arm.h b/VEX/pub/libvex_guest_arm.h index 9969605e3b..ec0bfec70f 100644 --- a/VEX/pub/libvex_guest_arm.h +++ b/VEX/pub/libvex_guest_arm.h @@ -37,6 +37,7 @@ #define __LIBVEX_PUB_GUEST_ARM_H #include "libvex_basictypes.h" +#include "libvex_emwarn.h" /*---------------------------------------------------------------*/