From e014e52e7c0bab89204339f0dc98c110ae48715b Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 24 Jul 1998 12:09:32 +0000 Subject: Minor #include and #ifdef fixes. --- pthread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 43b9594..70ece60 100644 --- a/pthread.h +++ b/pthread.h @@ -22,6 +22,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _PTHREADS_H #define _PTHREADS_H +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + #ifdef HAVE_SIGNAL_H #include #endif /* HAVE_SIGNAL_H */ -- cgit v1.2.3