From 1882f0cb4baaaeea1bcaf4fc31fd7fa20795154b Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 28 Aug 2019 20:31:40 +0200 Subject: [PATCH] Fix compilation error on newer linux versions Taken from https://lkml.org/lkml/2019/6/3/988 --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 1a02e93d6126..e2e477798e4d 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include