From 3d6c9a73bbbbf3064482b5d0ae491debbe318d55 Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Wed, 24 Aug 2005 09:18:01 +0000 Subject: [PATCH] Remove compiler warnings in LCC --- curses.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curses.h b/curses.h index 6faddc88..77732bcf 100644 --- a/curses.h +++ b/curses.h @@ -18,7 +18,7 @@ *************************************************************************** */ /* -$Id: curses.h,v 1.25 2005/06/28 01:14:07 rexx Exp $ +$Id: curses.h,v 1.26 2005/08/24 09:18:01 rexx Exp $ */ /* *---------------------------------------------------------------------- @@ -582,6 +582,9 @@ PDCurses portable platform definitions list: # ifndef HAVE_LIMITS_H # define HAVE_LIMITS_H /* have */ # endif +# ifndef HAVE_STRING_H /* have */ +# define HAVE_STRING_H +# endif # ifndef HAVE_MEMORY_H # define HAVE_MEMORY_H /* have */ # endif