diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2014-05-11 19:31:23 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2014-05-11 20:05:22 -0400 |
| commit | f1735cefcfdee5260ea6961cf785f545a340ff85 (patch) | |
| tree | e298ac285466e1111fba1e5c76bec27dbd2e783c /src/rt/rust_builtin.c | |
| parent | 69b321c84bea60b2ac727c4acbd9a34b19182209 (diff) | |
| download | rust-f1735cefcfdee5260ea6961cf785f545a340ff85.tar.gz rust-f1735cefcfdee5260ea6961cf785f545a340ff85.zip | |
make sure jemalloc valgrind support is enabled
This requires pointing it at the valgrind headers we carry in-tree.
Diffstat (limited to 'src/rt/rust_builtin.c')
| -rw-r--r-- | src/rt/rust_builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_builtin.c b/src/rt/rust_builtin.c index 9c27fe1c5e4..6ab36f1db7a 100644 --- a/src/rt/rust_builtin.c +++ b/src/rt/rust_builtin.c @@ -10,7 +10,7 @@ /* Foreign builtins. */ -#include "vg/valgrind.h" +#include "valgrind/valgrind.h" #include <stdint.h> #include <time.h> |
