Include string.h from pdcos2.h.

This commit is contained in:
William McBrine
2006-11-13 21:17:54 +00:00
parent e342f8b4ee
commit a0200e88cb
4 changed files with 6 additions and 10 deletions

View File

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

View File

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

View File

@@ -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 <stdlib.h>
#include <string.h>
#ifdef EMXVIDEO
# include <sys/video.h>
@@ -23,6 +24,7 @@
# define INCL_WIN
# define INCL_VIO
# define INCL_KBD
# define INCL_MOU
# include <os2.h>
#endif

View File

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