From 245b25a3d140d868c5b3442abfeb5e547e6fbd07 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 14 Oct 2001 04:50:39 +0000 Subject: Erwin Authried noticed that _XOPEN_SOURCE is supposed to be a number --- libc/unistd/sysconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index 92fa42765..1ed2a4c0c 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.c @@ -16,7 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define _XOPEN_SOURCE +#define _XOPEN_SOURCE 500 +#include #include #include #include -- cgit v1.2.3