diff options
-rw-r--r-- | bsd-user/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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> |