From b63e40988fde13ccd11dea845bd9008c56b21cdb Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 12 Sep 1998 07:59:34 +0000 Subject: 1998-09-12 Ben Elliston * {most}.c: Include to get POSIX error values. * signal.c (pthread_sigmask): Only provide if HAVE_SIGSET_T is defined. * config.h: #undef features, don't #define them. This will be generated by autoconf very soon. --- attr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'attr.c') diff --git a/attr.c b/attr.c index 72b5011..999935f 100644 --- a/attr.c +++ b/attr.c @@ -5,9 +5,11 @@ * This translation unit implements operations on thread attribute objects. */ +#include +#include + #include "pthread.h" #include "implement.h" -#include static int is_attr(const pthread_attr_t *attr) -- cgit v1.2.3