|
From: <sv...@va...> - 2008-01-04 23:57:16
|
Author: tom Date: 2008-01-04 23:57:15 +0000 (Fri, 04 Jan 2008) New Revision: 7315 Log: Add missing include to fix compiler warning. Patch from Bart Van Assche <bar...@gm...>. Modified: trunk/exp-drd/drd_segment.c Modified: trunk/exp-drd/drd_segment.c =================================================================== --- trunk/exp-drd/drd_segment.c 2008-01-04 23:55:27 UTC (rev 7314) +++ trunk/exp-drd/drd_segment.c 2008-01-04 23:57:15 UTC (rev 7315) @@ -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 |