X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2FOS%2Fos.c-HP-UX;h=fdd8708a29c531b9ba696854f9f40ef34391a496;hp=1b78d7eb89c7a49dfc9b6f74c457b023c55dbf46;hb=43ff44e918b762b98b495a91fcd4f0d2f8049bce;hpb=961187f8923b30e6995c6ff378ccb8c2c0e74bb3;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 */