]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make Valgrind's AMD64 and ARM ports compile again.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 30 Nov 2004 11:37:48 +0000 (11:37 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 30 Nov 2004 11:37:48 +0000 (11:37 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@596

VEX/pub/libvex_guest_amd64.h
VEX/pub/libvex_guest_arm.h

index 079fb43b4d076701263d361caba01858de2912a3..35aa26de053b6713e681bae7cc297dd7d7ff621c 100644 (file)
@@ -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.            ---*/
index 9969605e3b9657910f722bd47f4382c8c8c7631d..ec0bfec70f53144e2a3b1fe55a29c434c94cf561 100644 (file)
@@ -37,6 +37,7 @@
 #define __LIBVEX_PUB_GUEST_ARM_H
 
 #include "libvex_basictypes.h"
+#include "libvex_emwarn.h"
 
 
 /*---------------------------------------------------------------*/