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 <[EMAIL PROTECTED]>.

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
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to