From: Kent Overstreet Date: Mon, 11 Dec 2023 19:00:59 +0000 (-0500) Subject: kmsan: add missing types.h dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=316aa04d1ffa61f73ce2679d1ae1dca8747aeb1f;p=linux.git kmsan: add missing types.h dependency more header dependency pruning/fixing Signed-off-by: Kent Overstreet --- diff --git a/include/linux/kmsan_types.h b/include/linux/kmsan_types.h index 8bfa6c98176d4..929287981afe4 100644 --- a/include/linux/kmsan_types.h +++ b/include/linux/kmsan_types.h @@ -9,6 +9,8 @@ #ifndef _LINUX_KMSAN_TYPES_H #define _LINUX_KMSAN_TYPES_H +#include + /* These constants are defined in the MSan LLVM instrumentation pass. */ #define KMSAN_RETVAL_SIZE 800 #define KMSAN_PARAM_SIZE 800