summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 4 insertions, 0 deletions
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 <errno.h>
#ifndef errno
extern int errno;