mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 22:08:14 +00:00
Add missing include to fix compiler warning.
Patch from Bart Van Assche <bart.vanassche@gmail.com>. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7315
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "pub_tool_libcassert.h" // tl_assert()
|
||||
#include "pub_tool_libcbase.h" // VG_(strlen)()
|
||||
#include "pub_tool_libcprint.h" // VG_(printf)()
|
||||
#include "pub_tool_machine.h" // VG_(get_SP)()
|
||||
#include "pub_tool_mallocfree.h" // VG_(malloc)(), VG_(free)()
|
||||
#include "pub_tool_threadstate.h" // VG_INVALID_THREADID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user