1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* 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.
This commit is contained in:
Andreas Jaeger
2000-09-02 17:42:10 +00:00
parent 3146ad427a
commit 5376629d4a
2 changed files with 6 additions and 0 deletions

View 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>