Skip to content

Commit 316aa04

Browse files
author
Kent Overstreet
committed
kmsan: add missing types.h dependency
more header dependency pruning/fixing Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent a2bef83 commit 316aa04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/kmsan_types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef _LINUX_KMSAN_TYPES_H
1010
#define _LINUX_KMSAN_TYPES_H
1111

12+
#include <linux/types.h>
13+
1214
/* These constants are defined in the MSan LLVM instrumentation pass. */
1315
#define KMSAN_RETVAL_SIZE 800
1416
#define KMSAN_PARAM_SIZE 800

0 commit comments

Comments
 (0)