diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-27 15:35:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-27 15:35:02 +0100 |
commit | 49313b0626356f4726dc3bd52b237bbb81928a36 (patch) | |
tree | 6c566f26d5d56a61f2d5eb814512893a12bcf4c5 /jvmfwk | |
parent | a0a58556f36cbf396f5139e18881720ed838ddd4 (diff) |
Make python3 work with custom VALGRIND_CFLAGS
Change-Id: Ia4b08a1b20bf46af4d06c0478ed8e795ee543703
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx index 268e006c8347..fbc4eeb9a3d8 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx @@ -59,8 +59,8 @@ #include <osl/detail/android-bootstrap.h> #endif -#if defined HAVE_VALGRIND_H -#include <valgrind.h> +#if defined HAVE_VALGRIND_HEADERS +#include <valgrind/valgrind.h> #else #define RUNNING_ON_VALGRIND 0 #endif |