From: Florian Krohm Date: Fri, 30 Sep 2011 01:27:26 +0000 (+0000) Subject: Use instead of to fix a compile problem X-Git-Tag: svn/VALGRIND_3_7_0~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac33c6041e399838679c4161a9f44381fa487778;p=thirdparty%2Fvalgrind.git Use instead of to fix a compile problem on SLES 10. Patch by Rich Coe (rcoe@wi.rr.com). Fixes bugzilla #282238. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12072 --- diff --git a/NEWS b/NEWS index a13b290f6c..9579eead0f 100644 --- a/NEWS +++ b/NEWS @@ -279,6 +279,8 @@ fixed 274378 - s390x: Various dispatcher tweaks +282238 - SLES10: make check fails + Release 3.6.1 (16 February 2011) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/memcheck/tests/x86-linux/scalar.h b/memcheck/tests/x86-linux/scalar.h index 2d103703c7..ef28b03550 100644 --- a/memcheck/tests/x86-linux/scalar.h +++ b/memcheck/tests/x86-linux/scalar.h @@ -9,7 +9,7 @@ #include #include #include -#include +#include // Since we use vki_unistd.h, we can't include . So we have to // declare this ourselves.