From a55202787df1d5cfd3e37cb4c021422ee4aa9530 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 21 Jan 2024 19:03:45 -0700 Subject: * Clean up some function definitions to comply with strict prototypes. Suggested and worked in part by Holger Hoffstätte. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imap/src/osdep/unix/os_bsi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'imap/src/osdep/unix/os_bsi.c') diff --git a/imap/src/osdep/unix/os_bsi.c b/imap/src/osdep/unix/os_bsi.c index f32b1fb2..ee66ca2f 100644 --- a/imap/src/osdep/unix/os_bsi.c +++ b/imap/src/osdep/unix/os_bsi.c @@ -35,7 +35,9 @@ #include #include #include +#ifndef errno extern int errno; /* just in case */ +#endif #include #include "misc.h" -- cgit v1.2.3-70-g09d2