From 092f1a943d0ed4258987ff3aa397c034ec52cb62 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Wed, 2 Apr 2003 02:32:20 +0200 Subject: [PATCH] Fix to work in configure tests. Rev: src/pike_threadlib.h:1.41 --- src/pike_threadlib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pike_threadlib.h b/src/pike_threadlib.h index 681b676443..29a1dc2a0e 100644 --- a/src/pike_threadlib.h +++ b/src/pike_threadlib.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: pike_threadlib.h,v 1.40 2003/04/01 22:34:31 mast Exp $ +|| $Id: pike_threadlib.h,v 1.41 2003/04/02 00:32:20 mast Exp $ */ #ifndef PIKE_THREADLIB_H @@ -17,9 +17,10 @@ #ifndef CONFIGURE_TEST #include "machine.h" -#include "main.h" #endif +#include "main.h" + /* Needed for the sigset_t typedef, which is needed for * the pthread_sigsetmask() prototype on Solaris 2.x. */ -- GitLab