summaryrefslogtreecommitdiffstats
path: root/bsd-user/syscall.c
diff options
context:
space:
mode:
authorBlue Swirl2009-10-18 20:44:38 +0200
committerBlue Swirl2009-10-18 20:44:38 +0200
commit544f4f0b5aa659f858f384677d4767d8fcecb27d (patch)
treebe4333f45d00d9e8f029a91b97ddd3d6ce79cf33 /bsd-user/syscall.c
parentSuppress warnings about 'warn_unused_result' attribute directive (diff)
downloadqemu-544f4f0b5aa659f858f384677d4767d8fcecb27d.tar.gz
qemu-544f4f0b5aa659f858f384677d4767d8fcecb27d.tar.xz
qemu-544f4f0b5aa659f858f384677d4767d8fcecb27d.zip
bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'bsd-user/syscall.c')
-rw-r--r--bsd-user/syscall.c1
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>