]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
unwind: Add required include files
authorPeter Zijlstra <peterz@infradead.org>
Mon, 22 Sep 2025 13:44:59 +0000 (15:44 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 29 Oct 2025 09:29:55 +0000 (10:29 +0100)
To be self sufficient, the file needs to include linux/types.h. This
provides things like u32/u64 and struct callback_head.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://patch.msgid.link/20250924080118.665787071@infradead.org
include/linux/unwind_deferred_types.h

index 33b62ac25c8631ec6f3bd3a52b137db30aeb3870..29452ff4985971316394fd2266505da49b2207b7 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef _LINUX_UNWIND_USER_DEFERRED_TYPES_H
 #define _LINUX_UNWIND_USER_DEFERRED_TYPES_H
 
+#include <linux/types.h>
+
 struct unwind_cache {
        unsigned long           unwind_completed;
        unsigned int            nr_entries;