X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fos.c;h=6e88b844a51bfa80c4cec0efcd4111df3186528e;hb=ffbc20ed9c9ed09a68ff0a608f623c3c83d521a8;hp=d300c3f68349f8d2d395902d5ab5a91d082d0ddd;hpb=5903c6ff59527362e869fedb565c56935ce8dd68;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/os.c b/src/src/os.c index d300c3f68..6e88b844a 100644 --- a/src/src/os.c +++ b/src/src/os.c @@ -2,13 +2,18 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2016 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ /* 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