]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/tst-thread_local1.cc
Pass -nostdlib -nostartfiles together with -r [BZ #31753]
[thirdparty/glibc.git] / nptl / tst-thread_local1.cc
index 373a573be4361c0c111f344d2bf601e0e6565390..270520528c423aa2ee2aea736e66234c193d50d7 100644 (file)
@@ -1,5 +1,5 @@
 /* Test basic thread_local support.
-   Copyright (C) 2015-2020 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <string.h>
 
+#include <array>
 #include <functional>
 #include <string>
 #include <thread>