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$");