diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index b47d6293..07b7978b 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -686,6 +686,10 @@ char *strerror (int); #endif #endif +#ifndef HAVE_STPCPY +char *stpcpy(char *, const char*); +#endif + #ifdef FETCHMAIL_DEBUG #define exit(e) do { \ FILE *out; \ |