diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-02 19:19:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-02 19:19:37 +0000 |
commit | beb6aa41dad64f2cb6b14b97715e2d0969d4093e (patch) | |
tree | 6a5e5952a46b805b66d4a0058b34759beffe17c2 /nptl/pthread_cond_timedwait.c | |
parent | 00a13bbd04192e309bbd46d13b3db435f3cb0950 (diff) | |
download | glibc-beb6aa41dad64f2cb6b14b97715e2d0969d4093e.tar.gz glibc-beb6aa41dad64f2cb6b14b97715e2d0969d4093e.tar.xz glibc-beb6aa41dad64f2cb6b14b97715e2d0969d4093e.zip |
Update.
* pthread_cond_timedwait.c: Include <stdlib.h>.
Diffstat (limited to 'nptl/pthread_cond_timedwait.c')
-rw-r--r-- | nptl/pthread_cond_timedwait.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/pthread_cond_timedwait.c b/nptl/pthread_cond_timedwait.c index 792dbdc49d..826d16fb02 100644 --- a/nptl/pthread_cond_timedwait.c +++ b/nptl/pthread_cond_timedwait.c @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include <stdlib.h> + #include "pthreadP.h" #include <lowlevellock.h> |