1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
2004-02-27  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/sysconf.c: Include stdlib.h.
This commit is contained in:
Ulrich Drepper
2004-02-28 10:18:58 +00:00
parent a2c33d5af3
commit 4c771a3b26
6 changed files with 290 additions and 0 deletions

View File

@ -18,6 +18,7 @@
02111-1307 USA. */
#include <fcntl.h>
#include <stdlib.h>
#include <sysdep.h>
#include <time.h>
#include <unistd.h>