* sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
authorAndreas Jaeger <aj@suse.de>
Sat, 2 Sep 2000 17:42:10 +0000 (17:42 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 2 Sep 2000 17:42:10 +0000 (17:42 +0000)
prototype.
2000-09-02  Andreas Jaeger  <aj@suse.de>

* sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
prototype.

linuxthreads/ChangeLog
linuxthreads/sysdeps/pthread/timer_routines.c

index 55a4702..aac2e47 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-02  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
+       prototype.
+
 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/pthread/bits/stdio-lock.h (_IO_cleanup_region_start):
index 4e3a8fc..d23c27e 100644 (file)
@@ -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>