diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-05 15:04:53 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-05 15:05:23 -0400 |
commit | 7dd2d7821e91a6e1f894278853eab10aa57b84e5 (patch) | |
tree | 388aefb7ca121895468ebb782a18d01ddddc1bbb /libpthread | |
parent | 036daaa8e143c0865ac92359396f38c0d7e2c1f2 (diff) |
linuxthreads.old: fix build warnings with epoll enabled
Pull in the epoll header for the epoll structs.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/linuxthreads.old/wrapsyscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/wrapsyscall.c b/libpthread/linuxthreads.old/wrapsyscall.c index 6c74bd1ff..7424f2e7c 100644 --- a/libpthread/linuxthreads.old/wrapsyscall.c +++ b/libpthread/linuxthreads.old/wrapsyscall.c @@ -28,6 +28,7 @@ #include <stddef.h> #include <stdlib.h> #include <termios.h> +#include <sys/epoll.h> #include <sys/resource.h> #include <sys/wait.h> #include <sys/socket.h> |