diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-16 11:53:46 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-16 11:53:46 +0100 |
| commit | c7d699b55b4e2f5644495a156b0d778105a5e4e3 (patch) | |
| tree | f469ac957d7624cfcb33ef8ee37abea2035c6a5e /sysdeps | |
| parent | a064213785e0184a149ca7a4f757c87d65e8689a (diff) | |
htl: Add missing include
For IS_IN.
Diffstat (limited to 'sysdeps')
| -rw-r--r-- | sysdeps/htl/pthreadP.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <pthread.h> #include <link.h> #include <bits/cancelation.h> +#include <libc-symbols.h> /* Attribute to indicate thread creation was issued from C11 thrd_create. */ #define ATTR_C11_THREAD ((void*)(uintptr_t)-1) |
