Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
7dd2d7821e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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>