From 9b71570c465a38cc19c3362526048c7dcfc999e6 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 9 Jan 2025 19:30:41 +0100 Subject: [PATCH] x86: Add missing #include to It is required for __GNUC_PREREQ. Reviewed-by: Michael Jeanson --- sysdeps/x86/thread_pointer.h | 2 ++ 1 file changed, 2 insertions(+) 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) {