Include string.h from pdcdos.h.

This commit is contained in:
William McBrine
2006-11-18 12:00:04 +00:00
parent 22afd33bd8
commit 33b5fccb10
4 changed files with 5 additions and 8 deletions

View File

@@ -14,9 +14,8 @@
#include "pdcdos.h"
#include <stdlib.h>
#include <string.h>
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 */

View File

@@ -13,9 +13,7 @@
#include "pdcdos.h"
#include <string.h>
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,

View File

@@ -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 <curspriv.h>
#include <string.h>
#if defined(_MSC_VER) || defined(_QC)
# define MSC 1

View File

@@ -14,13 +14,12 @@
#include "pdcdos.h"
#include <stdlib.h>
#include <string.h>
#ifdef __DJGPP__
# include <sys/movedata.h>
#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 */