linux is a unistd.h platform not a osfcn.h
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:33:44 +0000 (00:33 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:33:44 +0000 (00:33 +0000)
cde/lib/tt/bin/shell/mover.C

index f801c231b9f17a3134d7e4b4377e0f646a0e300b..264f50a41767d972bea2f2374391a19d0871490f 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__)