]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Reinstate an include needed on ppc{32,64}-linux.
authorJulian Seward <jseward@acm.org>
Thu, 28 May 2009 17:15:41 +0000 (17:15 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 28 May 2009 17:15:41 +0000 (17:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10161

coregrind/m_machine.c

index e85b917c265dc4aaf8c5051f9dd5f56ad52fc13b..7e3980699ee35b49e18c30401e1d31913f7e4e1b 100644 (file)
@@ -36,6 +36,7 @@
 #include "pub_core_machine.h"
 #include "pub_core_cpuid.h"
 #include "pub_core_libcsignal.h"   // for ppc32 messing with SIGILL and SIGFPE
+#include "pub_core_debuglog.h"
 
 
 #define INSTR_PTR(regs)    ((regs).vex.VG_INSTR_PTR)