Skip to content

Commit 1703e9e

Browse files
Austin Seippbrson
authored andcommitted
Fix an insane rt build error running 'make check -j3'
1 parent 4c95c52 commit 1703e9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rt/arch/i386/context.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
#include <inttypes.h>
88
#include <stdint.h>
99

10-
#ifdef HAVE_VALGRIND
11-
#include <valgrind/memcheck.h>
12-
#endif
10+
#include "../../memcheck.h"
1311

1412
template<typename T>
1513
T align_down(T sp)

0 commit comments

Comments
 (0)