As ftruncate is not availabe on all platforms, switch back to
[oweals/openssl.git] / crypto / des / des_locl.h
index d6ea17cb68140c3a4795e4338f5373b9be77bfcc..e50fa8fb38ab6f663a40c6a855676533592fe53d 100644 (file)
 
 #ifndef MSDOS
 #if !defined(VMS) || defined(__DECC)
-#include OPENSSL_UNISTD
+#ifdef OPENSSL_UNISTD
+# include OPENSSL_UNISTD
+#else
+# include <unistd.h>
+#endif
 #include <math.h>
 #endif
 #endif