diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-24 14:11:19 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-24 14:11:19 +0000 |
commit | c5ded9838b4ae59224aa2193c0df6765d0191bee (patch) | |
tree | 5d0e7de8efa689beed840c3c107e35750311b8ad /linuxthreads/Examples | |
parent | 469e977feb83e832c7200441453b6db92c8b3a80 (diff) | |
download | glibc-c5ded9838b4ae59224aa2193c0df6765d0191bee.tar.gz glibc-c5ded9838b4ae59224aa2193c0df6765d0191bee.tar.xz glibc-c5ded9838b4ae59224aa2193c0df6765d0191bee.zip |
Update.
* Examples/ex13.c: Include <string.h> for strerror prototype and <stdlib.h> for abort prototype.
Diffstat (limited to 'linuxthreads/Examples')
-rw-r--r-- | linuxthreads/Examples/ex13.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/Examples/ex13.c b/linuxthreads/Examples/ex13.c index f50a96e7d9..3a0347993a 100644 --- a/linuxthreads/Examples/ex13.c +++ b/linuxthreads/Examples/ex13.c @@ -21,6 +21,7 @@ #include <errno.h> #include <pthread.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> |