Quellcode durchsuchen

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 vor 12 Jahren
Ursprung
Commit
7dd2d7821e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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>