From: Zach van Rijn Date: Wed, 1 Apr 2020 21:30:48 +0000 (-0500) Subject: um: Add include: memset() and memcpy() are in X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=38bccfbeb0af039e59eb75fe6d9b2a83cda3d381;p=linux.git um: Add include: memset() and memcpy() are in These two functions are otherwise unknown to the pedantic compiler. Include the correct header to enable the build to succeed. Signed-off-by: Zach van Rijn Acked-By: Anton Ivanov Signed-off-by: Richard Weinberger --- diff --git a/arch/um/os-Linux/file.c b/arch/um/os-Linux/file.c index 26ecbd64c4094..044836ad73927 100644 --- a/arch/um/os-Linux/file.c +++ b/arch/um/os-Linux/file.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include