Linux is a unistdh platform not an osfcn.h
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:35:06 +0000 (00:35 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:35:06 +0000 (00:35 +0000)
cde/lib/tt/bin/shell/remover.C

index 17e505aab86c2efbf388a7b02148e09b97b6d0fc..3d3002d5cfe75dbcbea2b1c61a86fe52a4fe5e20 100644 (file)
@@ -35,7 +35,7 @@
 #include "tt_options.h"
 #include <errno.h>
 #include <string.h>
-#ifdef __osf__
+#if defined(__osf__) || defined(linux)
 #include <unistd.h>
 #else
 #if !defined(USL) && !defined(__uxp__)