about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/pthread/timer_routines.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-02 17:42:10 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-02 17:42:10 +0000
commit5376629d4a1f720ce75a77a21a95634fcbfd173b (patch)
tree45efc50e3d7b0513b0376ce365d315a6b5dc92be /linuxthreads/sysdeps/pthread/timer_routines.c
parent3146ad427ad702bfa6c18c418c0883bd3341d079 (diff)
downloadglibc-5376629d4a1f720ce75a77a21a95634fcbfd173b.tar.gz
glibc-5376629d4a1f720ce75a77a21a95634fcbfd173b.tar.xz
glibc-5376629d4a1f720ce75a77a21a95634fcbfd173b.zip
* sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
prototype.
2000-09-02  Andreas Jaeger  <aj@suse.de>

	* sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
	prototype.
Diffstat (limited to 'linuxthreads/sysdeps/pthread/timer_routines.c')
-rw-r--r--linuxthreads/sysdeps/pthread/timer_routines.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c
index 4e3a8fc65a..d23c27ecaf 100644
--- a/linuxthreads/sysdeps/pthread/timer_routines.c
+++ b/linuxthreads/sysdeps/pthread/timer_routines.c
@@ -22,6 +22,7 @@
 #include <errno.h>
 #include <pthread.h>
 #include <stddef.h>
+#include <stdlib.h>
 #include <string.h>
 #include <sysdep.h>
 #include <time.h>