diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-28 10:18:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-28 10:18:58 +0000 |
commit | 4c771a3b260116c59e606a6ebd68702072836481 (patch) | |
tree | fcd73d7d032384667a321ade6c6a90638614596c /sysdeps/unix/sysv | |
parent | a2c33d5af367856b33749001691956cf5e62423c (diff) | |
download | glibc-4c771a3b260116c59e606a6ebd68702072836481.tar.gz glibc-4c771a3b260116c59e606a6ebd68702072836481.tar.xz glibc-4c771a3b260116c59e606a6ebd68702072836481.zip |
Update.
2004-02-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sysconf.c: Include stdlib.h.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/sysconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sysconf.c b/sysdeps/unix/sysv/linux/sysconf.c index fff3868805..61e9865dce 100644 --- a/sysdeps/unix/sysv/linux/sysconf.c +++ b/sysdeps/unix/sysv/linux/sysconf.c @@ -18,6 +18,7 @@ 02111-1307 USA. */ #include <fcntl.h> +#include <stdlib.h> #include <sysdep.h> #include <time.h> #include <unistd.h> |