mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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) <peterz@infradead.org> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> Link: https://patch.msgid.link/20250924080118.665787071@infradead.org
This commit is contained in:
parent
c31b9d2f58
commit
b1164c7d11
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user