From 544f4f0b5aa659f858f384677d4767d8fcecb27d 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 c77586ee96..eb1cdf21ca 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include