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:
Florian Krohm
2013-09-15 13:54:34 +00:00
parent 5c4ba95a27
commit a6c7a2893c
78 changed files with 172 additions and 18 deletions

View File

@@ -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;