diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-08-14 15:04:24 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-08-14 15:04:24 +0100 |
commit | cb6832770fe8ae9b3d2a27e5f2f622eb06873587 (patch) | |
tree | 0c7db48979c621ae1eb4c31b0b9631781a62c1fe /src | |
parent | 5903c6ff59527362e869fedb565c56935ce8dd68 (diff) |
tidying
Diffstat (limited to 'src')
-rw-r--r-- | src/src/os.c | 11 |
1 files changed, 8 insertions, 3 deletions
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 <signal.h> -#include <stdio.h> -#include <time.h> +# include <signal.h> +# include <stdio.h> +# include <time.h> +#endif + +#ifndef CS +# define CS (char *) +# define US (unsigned char *) #endif /* This source file contains "default" system-dependent functions which |