bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/4] add required include


From: Luca Dariz
Subject: [PATCH 2/4] add required include
Date: Mon, 16 Jan 2023 14:04:24 +0100

* kern/syscall_sw.h: add missing include

Signed-off-by: Luca Dariz <luca@orpolo.org>
---
 kern/syscall_sw.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kern/syscall_sw.h b/kern/syscall_sw.h
index 34eaf90b..9e76fc60 100644
--- a/kern/syscall_sw.h
+++ b/kern/syscall_sw.h
@@ -27,6 +27,8 @@
 #ifndef        _KERN_SYSCALL_SW_H_
 #define        _KERN_SYSCALL_SW_H_
 
+#include <mach/boolean.h>
+
 /*
  *     mach_trap_stack indicates the trap may discard
  *     its kernel stack.  Some architectures may need
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]