From b8ae98223a2602290e8578ba0a8ef3b7c03f4f05 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 2 Aug 1998 09:05:30 +0000 Subject: Sun Aug 2 19:03:42 1998 Ross Johnson * config.h: Create. This is a temporary stand-in for autoconf yet to be done. (HAVE_SIGNAL_H): Add. * pthread.h: Minor rearrangement for temporary config.h. --- pthread.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 17f91b7..bad53a5 100644 --- a/pthread.h +++ b/pthread.h @@ -22,13 +22,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _PTHREADS_H #define _PTHREADS_H -#include -#include - #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#include +#include +#include + #ifdef HAVE_SIGNAL_H #include #endif /* HAVE_SIGNAL_H */ -- cgit v1.2.3