Browse Source

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>
Mike Frysinger 12 years ago
parent
commit
7dd2d7821e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libpthread/linuxthreads.old/wrapsyscall.c

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