X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/dfe7d917154afce0e4016a60f142bd540677930f..53621a47bcdce24b63663d5402ac4826a5a5a32c:/src/OS/os.c-HP-UX?ds=inline diff --git a/src/OS/os.c-HP-UX b/src/OS/os.c-HP-UX index 1b78d7eb8..fdd8708a2 100644 --- a/src/OS/os.c-HP-UX +++ b/src/OS/os.c-HP-UX @@ -9,6 +9,8 @@ /* HP-UX-specific code. This is concatenated onto the generic src/os.c file. */ -#include "setenv.c" +#ifndef COMPILE_UTILITY +# include "setenv.c" +#endif /* End of os.c-SunHP-UX */