diff options
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index fa559be47f..03339ba0de 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -42,7 +42,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, #include <sys/socket.h> #include <sys/un.h> #include <sys/uio.h> -#include <sys/poll.h> +#include <poll.h> #include <sys/times.h> #include <sys/shm.h> #include <sys/sem.h> |