浏览代码

bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdb

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl 16 年之前
父节点
当前提交
544f4f0b5a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bsd-user/syscall.c

+ 1 - 0
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>