]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/testing/selftests/memfd/memfd_test.c
selftests: Add missing #include directives
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / memfd / memfd_test.c
index 0b9eafb7ab7bc1cc0282a4eec26bad50786a23fe..26546892cd545e954a559ade36cba823ac0bff18 100644 (file)
 #include <sys/mman.h>
 #include <sys/stat.h>
 #include <sys/syscall.h>
+#include <sys/wait.h>
 #include <unistd.h>
 
 #define MFD_DEF_SIZE 8192
-#define STACK_SIZE 65535
+#define STACK_SIZE 65536
 
 static int sys_memfd_create(const char *name,
                            unsigned int flags)