]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing include to fix compiler warning.
authorTom Hughes <tom@compton.nu>
Fri, 4 Jan 2008 23:57:15 +0000 (23:57 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 4 Jan 2008 23:57:15 +0000 (23:57 +0000)
Patch from Bart Van Assche <bart.vanassche@gmail.com>.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7315

exp-drd/drd_segment.c

index 769f5daab62ed19ed04d8e4ec105ea51a6d5484b..06b4bbf7a2fad888802f835a92df9f657b97caa0 100644 (file)
@@ -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