diff mbox series

[NOTFORMERGE,3/5] mm: include uio.h to madvise.c

Message ID 20190616085835.953-4-oleksandr@redhat.com (mailing list archive)
State New, archived
Headers show
Series Extend remote madvise API to KSM hints | expand

Commit Message

Oleksandr Natalenko June 16, 2019, 8:58 a.m. UTC
I couldn't compile it w/o this header.

Signed-off-by: Oleksandr Natalenko <oleksandr@redhat.com>
---
 mm/madvise.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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>