From 1703e9ec89a20848c6effcca8ad036524ad8f581 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sun, 23 Oct 2011 14:28:16 -0500 Subject: [PATCH] Fix an insane rt build error running 'make check -j3' --- src/rt/arch/i386/context.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rt/arch/i386/context.h b/src/rt/arch/i386/context.h index 131a994ba451b..e36db0d0121a3 100644 --- a/src/rt/arch/i386/context.h +++ b/src/rt/arch/i386/context.h @@ -7,9 +7,7 @@ #include #include -#ifdef HAVE_VALGRIND -#include -#endif +#include "../../memcheck.h" template T align_down(T sp)