Browse Source

Oops. Lets try that again.

Eric Andersen 22 years ago
parent
commit
1b2ddaae02
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/unistd/sysconf.c

+ 2 - 0
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 <features.h>
 #include <errno.h>
 #include <limits.h>
@@ -23,6 +24,7 @@
 #include <pwd.h>
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <time.h>
 #include <unistd.h>
 #include <sys/sysinfo.h>