mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Include string.h from pdcos2.h.
This commit is contained in:
@@ -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**************************************************************
|
||||
|
||||
|
||||
@@ -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**************************************************************
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user