#include <pthread.h> to get pthread_attr_t definition

This commit is contained in:
gbeauche 2002-09-16 14:48:53 +00:00
parent a04889fe03
commit d16a54362c

View File

@ -43,6 +43,10 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_PTHREADS
# include <pthread.h>
#endif
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif