aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:41:47 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:08 +0100
commit50fe2283c1852e39a5c373a476f7df2e5db03c59 (patch)
tree891894b39be384b8a7a69de7e96cf72ff529999b /mm
parent15f6e12486eea14a0cf8e06b1e1d205b17d5f633 (diff)
downloadtip-50fe2283c1852e39a5c373a476f7df2e5db03c59.tar.gz
headers/deps: Add header dependencies to .h files: <linux/vmstat.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/internal.h b/mm/internal.h
index d83c52725a303e..96101c3be56a2f 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -7,6 +7,7 @@
#ifndef __MM_INTERNAL_H
#define __MM_INTERNAL_H
+#include <linux/vmstat.h>
#include <linux/sched.h>
#include <linux/pagemap_api_readahead.h>
#include <linux/mmzone_api.h>