瀏覽代碼

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>