diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 2db6d880..f731e159 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -724,7 +724,7 @@ void itimerthread(void*); #endif /* _EMX_ */ #ifdef HAVE_STRERROR -# if !defined(strerror) && !defined(HAVE_DECL_STRERROR) /* On some systems, strerror is a macro */ +# if !defined(strerror) && !HAVE_DECL_STRERROR /* On some systems, strerror is a macro */ char *strerror (int); # endif #endif /* HAVE_STRERROR */ |