From 9ae401407feb5ccb33789ec762e33ac06dc448da Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 18 Oct 2009 18:44:38 +0000 Subject: [PATCH] bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb Signed-off-by: Blue Swirl --- bsd-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index c77586e..eb1cdf2 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include -- 2.7.4