author: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-03 15:33:47 -0700
committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-03 15:33:47 -0700
commit: b250e6d141ce4f0d0ada60e4b5db577050e5feb0
parent: 4e71add02821bdd204dd29c35e66baecc9b6a235
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/mm/kfence/report.c b/mm/kfence/report.c
index 2a319c21c939..4b891dd75650 100644
--- a/mm/kfence/report.c
+++ b/mm/kfence/report.c
@@ -5,7 +5,7 @@
* Copyright (C) 2020, Google LLC.
*/
-#include <stdarg.h>
+#include <linux/stdarg.h>
#include <linux/kernel.h>
#include <linux/lockdep.h>