diff options
Diffstat (limited to 'imap/src/osdep/unix/os_shp.c')
-rw-r--r-- | imap/src/osdep/unix/os_shp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/imap/src/osdep/unix/os_shp.c b/imap/src/osdep/unix/os_shp.c index eb7e4e80..da657fb6 100644 --- a/imap/src/osdep/unix/os_shp.c +++ b/imap/src/osdep/unix/os_shp.c @@ -44,7 +44,9 @@ #include <netdb.h> #include <ctype.h> #include <errno.h> +#ifndef errno extern int errno; /* just in case */ +#endif extern char *sys_errlist[]; extern int sys_nerr; #include <pwd.h> |