1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* Examples/ex13.c: Include <string.h> for strerror prototype and
	<stdlib.h> for abort prototype.
This commit is contained in:
Andreas Jaeger
2000-08-24 14:11:19 +00:00
parent 469e977feb
commit c5ded9838b
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include <errno.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>