mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Fix build on VMS (IA64)
This commit is contained in:
@@ -3043,7 +3043,7 @@ errno = Status;
|
||||
return hVHD;
|
||||
}
|
||||
|
||||
#if defined(__CYGWIN__)
|
||||
#if defined(__CYGWIN__) || defined(VMS)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user