From 293108ca737551472f1b12a06f9495edb98faeeb Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 11 Jun 2006 19:22:48 +0000 Subject: [PATCH] Warning fix for EMX. --- pdcurses/kernel.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pdcurses/kernel.c b/pdcurses/kernel.c index e4f7ccf9..0dc86909 100644 --- a/pdcurses/kernel.c +++ b/pdcurses/kernel.c @@ -48,6 +48,10 @@ # endif #endif +#ifdef __EMX__ +# include +#endif + #if defined(OS2) && !defined(__EMX__) APIRET APIENTRY DosSleep(ULONG ulTime); #endif @@ -69,7 +73,7 @@ APIRET APIENTRY DosSleep(ULONG ulTime); # undef wmove #endif -RCSID("$Id: kernel.c,v 1.43 2006/03/29 20:06:41 wmcbrine Exp $"); +RCSID("$Id: kernel.c,v 1.44 2006/06/11 19:22:48 wmcbrine Exp $"); RIPPEDOFFLINE linesripped[5]; char linesrippedoff = 0;