[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190616085835.953-4-oleksandr@redhat.com>
Date: Sun, 16 Jun 2019 10:58:33 +0200
From: Oleksandr Natalenko <oleksandr@...hat.com>
To: Minchan Kim <minchan@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
linux-api@...r.kernel.org
Subject: [PATCH NOTFORMERGE 3/5] mm: include uio.h to madvise.c
I couldn't compile it w/o this header.
Signed-off-by: Oleksandr Natalenko <oleksandr@...hat.com>
---
mm/madvise.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mm/madvise.c b/mm/madvise.c
index 70aeb54f3e1c..9755340da157 100644
--- a/mm/madvise.c
+++ b/mm/madvise.c
@@ -25,6 +25,7 @@
#include <linux/swapops.h>
#include <linux/shmem_fs.h>
#include <linux/mmu_notifier.h>
+#include <linux/uio.h>
#include <asm/tlb.h>
--
2.22.0
Powered by blists - more mailing lists