From 24df8b09cfc85f4283283f7543c1be5d496faf09 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 30 May 2014 12:59:36 -0400 Subject: fix breakage from recent syscall commits due to missing errno macros --- src/linux/epoll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/linux/epoll.c') diff --git a/src/linux/epoll.c b/src/linux/epoll.c index b45344fb..deff5b10 100644 --- a/src/linux/epoll.c +++ b/src/linux/epoll.c @@ -1,5 +1,6 @@ #include #include +#include #include "syscall.h" int epoll_create(int size) -- cgit v1.2.1