mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 22:24:53 +00:00
Fix coregrind header files such that they can be included without
having to worry what other header files may have to be included beforehand. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13549
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#ifndef __PUB_TOOL_STACKTRACE_H
|
||||
#define __PUB_TOOL_STACKTRACE_H
|
||||
|
||||
#include "pub_tool_basics.h" // Addr
|
||||
|
||||
// The basic stack trace type: just an array of code addresses.
|
||||
typedef Addr* StackTrace;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user