From: Tom Hughes Date: Fri, 4 Jan 2008 23:57:15 +0000 (+0000) Subject: Add missing include to fix compiler warning. X-Git-Tag: svn/VALGRIND_3_4_0~1115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ee51fd8250fc3b8bc480ea35a7e4530720d31f9;p=thirdparty%2Fvalgrind.git Add missing include to fix compiler warning. Patch from Bart Van Assche . git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7315 --- diff --git a/exp-drd/drd_segment.c b/exp-drd/drd_segment.c index 769f5daab6..06b4bbf7a2 100644 --- a/exp-drd/drd_segment.c +++ b/exp-drd/drd_segment.c @@ -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