1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 11:55:43 +00:00

Added support for building on Solaris with the Sun C compiler

This commit is contained in:
Mark Pizzolato
2013-03-17 16:50:57 -07:00
parent 97bbd34828
commit 0605b6dff4
7 changed files with 17 additions and 9 deletions

View File

@@ -1871,7 +1871,7 @@ _set_errno_from_status (GetLastError ());
return SCPE_IOERR;
}
#elif defined (__linux) || defined (__linux__) || defined (__sun__) || defined (__hpux)
#elif defined (__linux) || defined (__linux__) || defined (__sun) || defined (__sun__) || defined (__hpux)
#include <sys/types.h>
#include <sys/stat.h>