From d488e4d830b767afdb6cb76bb149c5bd6f128669 Mon Sep 17 00:00:00 2001 From: Nick Barnes Date: Wed, 31 Oct 2001 13:47:36 +0000 Subject: [PATCH] This open-sesame magic is linux-specific. Copied from Perforce Change: 23676 ServerID: perforce.ravenbrook.com --- mps/src/pthrdext.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mps/src/pthrdext.c b/mps/src/pthrdext.c index 1d58dfb86e1..3ba128d44b5 100644 --- a/mps/src/pthrdext.c +++ b/mps/src/pthrdext.c @@ -13,7 +13,9 @@ */ -#ifdef MPS_OS_LI +#include "mpm.h" + +#if defined(MPS_OS_LI) /* open sesame magic */ #define _BSD_SOURCE 1 #define _POSIX_C_SOURCE 1 @@ -28,7 +30,6 @@ #include #include "pthrdext.h" -#include "mpm.h" SRCID(pthreadext, "$HopeName$");