From: Florian Weimer Date: Thu, 9 Jan 2025 18:30:41 +0000 (+0100) Subject: x86: Add missing #include to X-Git-Tag: glibc-2.41~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b71570c465a38cc19c3362526048c7dcfc999e6;p=thirdparty%2Fglibc.git x86: Add missing #include to It is required for __GNUC_PREREQ. Reviewed-by: Michael Jeanson --- diff --git a/sysdeps/x86/thread_pointer.h b/sysdeps/x86/thread_pointer.h index 4c02c8daab..c1746d3fae 100644 --- a/sysdeps/x86/thread_pointer.h +++ b/sysdeps/x86/thread_pointer.h @@ -19,6 +19,8 @@ #ifndef _SYS_THREAD_POINTER_H #define _SYS_THREAD_POINTER_H +#include + static inline void * __thread_pointer (void) {