From: Jeremy Harris Date: Mon, 14 Aug 2017 14:04:24 +0000 (+0100) Subject: tidying X-Git-Tag: exim-4_90_RC1~87 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/cb6832770fe8ae9b3d2a27e5f2f622eb06873587 tidying --- diff --git a/src/src/os.c b/src/src/os.c index d300c3f68..6eadc38b1 100644 --- a/src/src/os.c +++ b/src/src/os.c @@ -6,9 +6,14 @@ /* See the file NOTICE for conditions of use and distribution. */ #ifdef STAND_ALONE -#include -#include -#include +# include +# include +# include +#endif + +#ifndef CS +# define CS (char *) +# define US (unsigned char *) #endif /* This source file contains "default" system-dependent functions which