diff --git a/mps/src/mpsliban.c b/mps/src/mpsliban.c index a09de33265c..1a1d3d8a6be 100644 --- a/mps/src/mpsliban.c +++ b/mps/src/mpsliban.c @@ -1,6 +1,6 @@ /* impl.c.mpsliban: HARLEQUIN MEMORY POOL SYSTEM LIBRARY INTERFACE (ANSI) * - * $HopeName$ + * $HopeName: MMsrc!mpsliban.c(trunk.9) $ * Copyright (C) 1996, 1998 Harlequin Group plc. All rights reserved. * * PURPOSE @@ -35,9 +35,12 @@ #include #include #include +#include "mpstd.h" /* .sunos.warn */ +#ifdef MPS_OS_IA +struct itimerspec; /* stop complaints from time.h */ +#endif #include -#include "mpstd.h" /* .sunos.warn */ #ifdef MPS_OS_SU #include "ossu.h" #endif