From 1b2ddaae027925843a393837f56f6d9e76d6b968 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Nov 2001 19:40:42 +0000 Subject: Oops. Lets try that again. --- libc/unistd/sysconf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index 53d991f8a..66b40aa03 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.c @@ -16,6 +16,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define _XOPEN_SOURCE 500 #include #include #include @@ -23,6 +24,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3