From: Peter Howkins Date: Mon, 12 Mar 2012 00:35:06 +0000 (+0000) Subject: Linux is a unistdh platform not an osfcn.h X-Git-Tag: 2.2.0a~26^2~117 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86909a64f083f65fe05dfed71a2ece0f7aa5890d;p=oweals%2Fcde.git Linux is a unistdh platform not an osfcn.h --- 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__)