From 33b5fccb104d91fb114a6574d98bc8b2ddfd12e3 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 18 Nov 2006 12:00:04 +0000 Subject: [PATCH] Include string.h from pdcdos.h. --- dos/pdcclip.c | 3 +-- dos/pdcdisp.c | 4 +--- dos/pdcdos.h | 3 ++- dos/pdcscrn.c | 3 +-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/dos/pdcclip.c b/dos/pdcclip.c index 34b051f9..b571a725 100644 --- a/dos/pdcclip.c +++ b/dos/pdcclip.c @@ -14,9 +14,8 @@ #include "pdcdos.h" #include -#include -RCSID("$Id: pdcclip.c,v 1.26 2006/11/05 05:37:40 wmcbrine Exp $"); +RCSID("$Id: pdcclip.c,v 1.27 2006/11/18 12:00:04 wmcbrine Exp $"); /* global clipboard contents, should be NULL if none set */ diff --git a/dos/pdcdisp.c b/dos/pdcdisp.c index 813888f5..ed6cf497 100644 --- a/dos/pdcdisp.c +++ b/dos/pdcdisp.c @@ -13,9 +13,7 @@ #include "pdcdos.h" -#include - -RCSID("$Id: pdcdisp.c,v 1.55 2006/10/18 22:35:11 wmcbrine Exp $"); +RCSID("$Id: pdcdisp.c,v 1.56 2006/11/18 12:00:04 wmcbrine Exp $"); #ifdef __PACIFIC__ void movedata(unsigned sseg, unsigned soff, unsigned dseg, diff --git a/dos/pdcdos.h b/dos/pdcdos.h index f311b5f9..73721a92 100644 --- a/dos/pdcdos.h +++ b/dos/pdcdos.h @@ -11,9 +11,10 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: pdcdos.h,v 1.20 2006/10/20 19:39:31 wmcbrine Exp $ */ +/* $Id: pdcdos.h,v 1.21 2006/11/18 12:00:04 wmcbrine Exp $ */ #include +#include #if defined(_MSC_VER) || defined(_QC) # define MSC 1 diff --git a/dos/pdcscrn.c b/dos/pdcscrn.c index 506a9e71..a54e2004 100644 --- a/dos/pdcscrn.c +++ b/dos/pdcscrn.c @@ -14,13 +14,12 @@ #include "pdcdos.h" #include -#include #ifdef __DJGPP__ # include #endif -RCSID("$Id: pdcscrn.c,v 1.69 2006/11/11 16:36:07 wmcbrine Exp $"); +RCSID("$Id: pdcscrn.c,v 1.70 2006/11/18 12:00:04 wmcbrine Exp $"); int pdc_adapter; /* screen type */ int pdc_scrnmode; /* default screen mode */