From efe9fd4ecf30286cfc72cd1918dfeb99c7749d6a Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Thu, 17 Sep 1998 19:03:51 +0100 Subject: [PATCH] Suppress pointless compiler warnings Copied from Perforce Change: 20113 ServerID: perforce.ravenbrook.com --- mps/src/mpsliban.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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