]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86: Add missing #include <features.h> to <thread_pointer.h>
authorFlorian Weimer <fweimer@redhat.com>
Thu, 9 Jan 2025 18:30:41 +0000 (19:30 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 9 Jan 2025 18:30:41 +0000 (19:30 +0100)
It is required for __GNUC_PREREQ.

Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
sysdeps/x86/thread_pointer.h

index 4c02c8daaba43d6b90841a0d484ed3477bd33957..c1746d3fae9958314f61d998f8b3b96afd5ef0f2 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef _SYS_THREAD_POINTER_H
 #define _SYS_THREAD_POINTER_H
 
+#include <features.h>
+
 static inline void *
 __thread_pointer (void)
 {