bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 18 Oct 2009 18:44:38 +0000 (18:44 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 18 Oct 2009 18:44:38 +0000 (18:44 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bsd-user/syscall.c

index c77586e..eb1cdf2 100644 (file)
@@ -29,6 +29,7 @@
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/syscall.h>
+#include <sys/param.h>
 #include <sys/sysctl.h>
 #include <signal.h>
 #include <utime.h>