From 86909a64f083f65fe05dfed71a2ece0f7aa5890d Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 00:35:06 +0000 Subject: [PATCH] Linux is a unistdh platform not an osfcn.h --- cde/lib/tt/bin/shell/remover.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/tt/bin/shell/remover.C b/cde/lib/tt/bin/shell/remover.C index 17e505aa..3d3002d5 100644 --- a/cde/lib/tt/bin/shell/remover.C +++ b/cde/lib/tt/bin/shell/remover.C @@ -35,7 +35,7 @@ #include "tt_options.h" #include #include -#ifdef __osf__ +#if defined(__osf__) || defined(linux) #include #else #if !defined(USL) && !defined(__uxp__) -- 2.25.1