X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/dfe7d917154afce0e4016a60f142bd540677930f..98913c8ea2be5188dd22ec652da1182017e8edb7:/src/OS/os.c-HP-UX 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 */