Skip to content

Commit

Permalink
Fix an insane rt build error running 'make check -j3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Seipp authored and brson committed Oct 24, 2011
1 parent 4c95c52 commit 1703e9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rt/arch/i386/context.h
Expand Up @@ -7,9 +7,7 @@
#include <inttypes.h>
#include <stdint.h>

#ifdef HAVE_VALGRIND
#include <valgrind/memcheck.h>
#endif
#include "../../memcheck.h"

template<typename T>
T align_down(T sp)
Expand Down

0 comments on commit 1703e9e

Please sign in to comment.