From a0200e88cb9fd8c5e2c31d448da5758971213deb Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 13 Nov 2006 21:17:54 +0000 Subject: [PATCH] Include string.h from pdcos2.h. --- os2/pdcclip.c | 4 +--- os2/pdcdisp.c | 4 +--- os2/pdcos2.h | 4 +++- os2/pdcsetsc.c | 4 +--- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/os2/pdcclip.c b/os2/pdcclip.c index e3375960..f6b9c7ad 100644 --- a/os2/pdcclip.c +++ b/os2/pdcclip.c @@ -13,9 +13,7 @@ #include "pdcos2.h" -#include - -RCSID("$Id: pdcclip.c,v 1.26 2006/10/15 02:42:25 wmcbrine Exp $"); +RCSID("$Id: pdcclip.c,v 1.27 2006/11/13 21:17:54 wmcbrine Exp $"); /*man-start************************************************************** diff --git a/os2/pdcdisp.c b/os2/pdcdisp.c index 86e2165f..12f361e8 100644 --- a/os2/pdcdisp.c +++ b/os2/pdcdisp.c @@ -13,9 +13,7 @@ #include "pdcos2.h" -#include - -RCSID("$Id: pdcdisp.c,v 1.39 2006/10/15 02:42:25 wmcbrine Exp $"); +RCSID("$Id: pdcdisp.c,v 1.40 2006/11/13 21:17:54 wmcbrine Exp $"); /*man-start************************************************************** diff --git a/os2/pdcos2.h b/os2/pdcos2.h index 77addd8e..c8f7a372 100644 --- a/os2/pdcos2.h +++ b/os2/pdcos2.h @@ -11,9 +11,10 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: pdcos2.h,v 1.3 2006/10/15 02:42:25 wmcbrine Exp $ */ +/* $Id: pdcos2.h,v 1.4 2006/11/13 21:17:54 wmcbrine Exp $ */ #include +#include #ifdef EMXVIDEO # include @@ -23,6 +24,7 @@ # define INCL_WIN # define INCL_VIO # define INCL_KBD +# define INCL_MOU # include #endif diff --git a/os2/pdcsetsc.c b/os2/pdcsetsc.c index 6699512b..311f23dd 100644 --- a/os2/pdcsetsc.c +++ b/os2/pdcsetsc.c @@ -13,9 +13,7 @@ #include "pdcos2.h" -#include - -RCSID("$Id: pdcsetsc.c,v 1.36 2006/10/15 02:42:25 wmcbrine Exp $"); +RCSID("$Id: pdcsetsc.c,v 1.37 2006/11/13 21:17:54 wmcbrine Exp $"); int PDC_curs_set(int visibility) {