From: Paul Floyd Date: Fri, 27 Jan 2023 07:30:41 +0000 (+0100) Subject: Bug 464859 - Build failures with GCC-13 (drd tsan_unittest) X-Git-Tag: VALGRIND_3_21_0~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee222c6e818ca43ac45952fc8a020f445d98781;p=thirdparty%2Fvalgrind.git Bug 464859 - Build failures with GCC-13 (drd tsan_unittest) Patch submitted by Khem Raj --- diff --git a/NEWS b/NEWS index 02296575c4..9c2410d89a 100644 --- a/NEWS +++ b/NEWS @@ -91,6 +91,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. 462830 WARNING: unhandled amd64-freebsd syscall: 474 463027 broken check for MPX instruction support in assembler 464476 Firefox fails to start under Valgrind +464859 Build failures with GCC-13 (drd tsan_unittest) To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX diff --git a/drd/tests/tsan_thread_wrappers_pthread.h b/drd/tests/tsan_thread_wrappers_pthread.h index f15e6ad631..4cc8062069 100644 --- a/drd/tests/tsan_thread_wrappers_pthread.h +++ b/drd/tests/tsan_thread_wrappers_pthread.h @@ -55,6 +55,7 @@ #define NO_TLS #endif +#include #include using namespace std;