Преглед изворни кода

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 година
родитељ
комит
7dd2d7821e
1 измењених фајлова са 1 додато и 0 уклоњено
  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>