From: Samuel Thibault Date: Sun, 16 Nov 2025 10:53:46 +0000 (+0100) Subject: htl: Add missing include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7d699b55b4e2f5644495a156b0d778105a5e4e3;p=thirdparty%2Fglibc.git htl: Add missing include For IS_IN. --- diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h index 8ea60949ec..471a4cfa43 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -24,6 +24,7 @@ #include #include #include +#include /* Attribute to indicate thread creation was issued from C11 thrd_create. */ #define ATTR_C11_THREAD ((void*)(uintptr_t)-1)