From 7dd2d7821e91a6e1f894278853eab10aa57b84e5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 May 2012 15:04:53 -0400 Subject: linuxthreads.old: fix build warnings with epoll enabled Pull in the epoll header for the epoll structs. Signed-off-by: Mike Frysinger --- libpthread/linuxthreads.old/wrapsyscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread/linuxthreads.old') 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 #include #include +#include #include #include #include -- cgit v1.2.3