From: Peter Zijlstra Date: Mon, 22 Sep 2025 13:44:59 +0000 (+0200) Subject: unwind: Add required include files X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1164c7d118defb01a885b53f56e3336db784df7;p=thirdparty%2Flinux.git unwind: Add required include files 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) Acked-by: Steven Rostedt (Google) Link: https://patch.msgid.link/20250924080118.665787071@infradead.org --- diff --git a/include/linux/unwind_deferred_types.h b/include/linux/unwind_deferred_types.h index 33b62ac25c863..29452ff498597 100644 --- a/include/linux/unwind_deferred_types.h +++ b/include/linux/unwind_deferred_types.h @@ -2,6 +2,8 @@ #ifndef _LINUX_UNWIND_USER_DEFERRED_TYPES_H #define _LINUX_UNWIND_USER_DEFERRED_TYPES_H +#include + struct unwind_cache { unsigned long unwind_completed; unsigned int nr_entries;