From b4adf7645ff6c14e19682b9ef17e15756c5b0b14 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 30 Aug 2010 13:04:25 +0000 Subject: Fix building on eglibc Seems like recent eglibc requires that you include sys/stat.h --- src/io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/io.c') diff --git a/src/io.c b/src/io.c index 2b0c892411..5100d41ef6 100644 --- a/src/io.c +++ b/src/io.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3