Author: Richard Plangger <planri...@gmail.com> Branch: vmprof-native Changeset: r90025:ac9fc28a42ac Date: 2017-02-09 15:10 +0100 http://bitbucket.org/pypy/pypy/changeset/ac9fc28a42ac/
Log: include to define some basics (such as intptr_t) diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h b/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h --- a/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h +++ b/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h @@ -1,5 +1,7 @@ #pragma once +#include "vmprof.h" + void *pypy_find_codemap_at_addr(long addr, long *start_addr); long pypy_yield_codemap_at_addr(void *codemap_raw, long addr, long *current_pos_addr); _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit