From 8da3fc6db1926f13aceb842860fbfd7d5a2871a5 Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 1 Dec 1999 20:00:39 +0000 Subject: Solaris fiddles. CVS patchset: 3449 CVS date: 1999/12/01 20:00:39 --- system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index d337c393d..6b7fca12a 100644 --- a/system.h +++ b/system.h @@ -89,6 +89,10 @@ extern time_t timezone; char *memchr (); #endif +#if !defined(HAVE_STPCPY) +char * stpcpy(char * dest, const char * src); +#endif + #include #ifndef errno extern int errno; -- cgit v1.2.3