From 0839f11cda08039d15b3e7621390de3e512b24e7 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Fri, 30 Sep 2016 19:40:21 -0400 Subject: linux-user: include instead of This removes the last usage of in the code base. Signed-off-by: Felix Janda Signed-off-by: Michael Tokarev --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user') diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 0815f30965..52012d4aa5 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -42,7 +42,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, #include #include #include -#include +#include #include #include #include -- cgit v1.2.1